summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDaniel Barclay <dbarclay@savi.com>2016-11-05 11:38:28 -0400
committerDaniel Barclay <dbarclay@savi.com>2016-11-05 12:07:43 -0400
commit4d381f2229fae6c7ef68a032f98b7f805c7e7a23 (patch)
treeda195f7a3625a6e0a69e37381f9b508975f2f8ef /spec
parent10c609e750a7089055b126e6231e5ddb2f2e8623 (diff)
downloadscala-4d381f2229fae6c7ef68a032f98b7f805c7e7a23.tar.gz
scala-4d381f2229fae6c7ef68a032f98b7f805c7e7a23.tar.bz2
scala-4d381f2229fae6c7ef68a032f98b7f805c7e7a23.zip
Added U+hhhh values for quote characters to clarify.
Diffstat (limited to 'spec')
-rw-r--r--spec/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/README.md b/spec/README.md
index 9fd7c9f6ae..b19ce6441f 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -36,5 +36,5 @@ and open http://0.0.0.0:4000/. Jekyll will rebuild as you edit the markdown, but
### Unicode Character replacements
-- The unicode left and right single quotation marks (‘ and ’) have been used in place of ` and ', where the quotation marks are intended to be paired. These can be typed on a mac using Option+] for a left quote and Option+Shift+] for the right quote.
-- Similarly for left and right double quotation marks (“ and ”) in place of ". These can be typed on a mac using Option+[ and Option+Shift+].
+- The unicode left and right single quotation marks (‘ and ’ (U+2018 and U+2019, respectively)) have been used in place of ` and ', where the quotation marks are intended to be paired. These can be typed on a mac using Option+] for a left quote and Option+Shift+] for the right quote.
+- Similarly for left and right double quotation marks (“ and ” (U+201C and U+201D, respectively)) in place of ". These can be typed on a mac using Option+[ and Option+Shift+].