We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6f899 commit 425cc3fCopy full SHA for 425cc3f
content/reference/datatypes.adoc
@@ -52,7 +52,7 @@ https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/deftype[def
52
** extensible fields (you can assoc keys not supplied with the defrecord definition)
53
** etc
54
* deftype supports mutable fields, defrecord does not
55
-* defrecord support an additional reader form of #my.record{:a 1, :b 2} taking a map that initializes a defrecord according to:
+* defrecord supports an additional reader form of #my.record{:a 1, :b 2} taking a map that initializes a defrecord according to:
56
** the defrecord name must be fully qualified
57
** the elements in the map are un-evaluated
58
** existing defrecord fields take the keyed values
0 commit comments