Skip to content

Commit 83a815b

Browse files
committed
reduce header size for toc
1 parent a9933d5 commit 83a815b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/reference/reader.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ is read as:
101101

102102
Sets are zero or more forms enclosed in braces preceded by `pass:[#]`: `#{:a :b :c}`
103103

104-
=== deftype, defrecord, and constructor calls (version 1.3 and later):
104+
=== deftype, defrecord, constructor calls:
105+
106+
_Added in Clojure 1.3_
105107

106108
* Calls to Java class, deftype, and defrecord constructors can be called using their fully qualified class name preceded by # and followed by a vector: `#my.klass_or_type_or_record[:a :b :c]` +
107109
* The elements in the vector part are passed *unevaluated* to the relevant constructor. defrecord instances can also be created with a similar form that takes a map instead: `#my.record{:a 1, :b 2}` +

0 commit comments

Comments
 (0)