From a32181fa9359a36e4356439821b4a227b554eabc Mon Sep 17 00:00:00 2001 From: koalaman Date: Sun, 11 May 2014 18:05:32 -0700 Subject: [PATCH] Created SC1016 (markdown) --- SC1016.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SC1016.md 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