diff --git a/SC1016.md b/SC1016.md new file mode 100644 index 0000000..a3a8bca --- /dev/null +++ b/SC1016.md @@ -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 \ No newline at end of file