Created SC1016 (markdown)

koalaman
2014-05-11 18:05:32 -07:00
parent 3e99be5350
commit a32181fa93

17
SC1016.md Normal file

@@ -0,0 +1,17 @@
## This is a unicode single quote. Delete and retype it.
### Problematic code:
echo hello world
### Correct code:
echo 'hello world'
### Rationale:
Some software, like OS X, Word and Wordpress, may automatically replace your regular quotes with slanted unicode quotes. Try deleting and retyping them, and/or disable "smart quotes" in your editor or OS.
### Contraindications
None