summaryrefslogtreecommitdiff
path: root/html/notes/symbols.md
diff options
context:
space:
mode:
Diffstat (limited to 'html/notes/symbols.md')
-rw-r--r--html/notes/symbols.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/notes/symbols.md b/html/notes/symbols.md
index f45f9cf..280fd9f 100644
--- a/html/notes/symbols.md
+++ b/html/notes/symbols.md
@@ -2,7 +2,7 @@
In Scheme, symbols are literally just interned and immutable strings.
They can contain any character a string can, constructed either via
-`string->symbol` or the modern `|foo bar baz|' syntax for quoted
+`string->symbol` or the modern `|foo bar baz|` syntax for quoted
symbols. Why not just embrace the fact that they are strings?
Scheme strings are mutable, but they are a terrible choice for text