Skip to content

Commit 4833ad4

Browse files
lreadbbatsov
authored andcommitted
Fix typo
The ear-muffed clojure-version was being interpreted by AsciiDoc as: please bold. Now escaping leading * so that it renders as expected.
1 parent 22ff168 commit 4833ad4

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
@@ -962,7 +962,7 @@ unless specified otherwise.
962962
(def *max-size* 10) ; Common Lisp style, global variable
963963
----
964964

965-
NOTE: Famously `*clojure-version*` defies this convention, but you should
965+
NOTE: Famously `\*clojure-version*` defies this convention, but you should
966966
treat this naming choice is a historical oddity and not as an example to
967967
follow.
968968

0 commit comments

Comments
 (0)