Skip to content

Commit 1e23a4f

Browse files
change Clojure CLR to ClojureCLR
1 parent 1a1282b commit 1e23a4f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/about/clojureclr.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Clojure CLR
1+
= ClojureCLR
22
Rich Hickey
33
2015-01-01
44
:type: about

content/guides/reader_conditionals.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ There are two types of reader conditionals, standard and splicing. The standard
2020
----
2121
#?(:clj (Clojure expression)
2222
:cljs (ClojureScript expression)
23-
:cljr (Clojure CLR expression)
23+
:cljr (ClojureCLR expression)
2424
:default (fallthrough expression))
2525
----
2626

content/guides/weird_characters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ to share common code. The reader conditional behaves similarly to a traditional
785785
----
786786
#?(:clj (Clojure expression)
787787
:cljs (ClojureScript expression)
788-
:cljr (Clojure CLR expression)
788+
:cljr (ClojureCLR expression)
789789
:default (fallthrough expression))
790790
----
791791

0 commit comments

Comments
 (0)