Skip to content

Commit a3e8349

Browse files
robinsturmeitbbatsov
authored andcommitted
Escape quotes in Docstring example
The quotes in the Docstring for the `Leverage Markdown in Docstrings` section need to be escaped.
1 parent a5aa309 commit a3e8349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2235,7 +2235,7 @@ Important tools such as https://github.com/cljdoc/cljdoc/blob/master/doc/usergui
22352235
Example:
22362236
```clojure
22372237
(when (neg? (qzuf-number [1 2 3] {:finite-uni? true}))
2238-
(throw (RuntimeException. "Error in the Universe!")))
2238+
(throw (RuntimeException. \"Error in the Universe!\")))
22392239
```"
22402240
[coll opts]
22412241
...)

0 commit comments

Comments
 (0)