Skip to content

Commit 0a6f899

Browse files
aviflaxpuredanger
authored andcommitted
Add missing # from var quote example
This was quite confusing!
1 parent 90b3191 commit 0a6f899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/weird_characters.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ user=> (macroexpand `#(println %))
178178

179179
[source,clojure]
180180
----
181-
user=> (read-string "'foo")
181+
user=> (read-string "#'foo")
182182
(var foo)
183183
user=> (def nine 9)
184184
#'user/nine

0 commit comments

Comments
 (0)