Skip to content

Commit 425cc3f

Browse files
iku000888puredanger
authored andcommitted
Add missing s
1 parent 0a6f899 commit 425cc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/datatypes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/deftype[def
5252
** extensible fields (you can assoc keys not supplied with the defrecord definition)
5353
** etc
5454
* 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:
55+
* defrecord supports an additional reader form of #my.record{:a 1, :b 2} taking a map that initializes a defrecord according to:
5656
** the defrecord name must be fully qualified
5757
** the elements in the map are un-evaluated
5858
** existing defrecord fields take the keyed values

0 commit comments

Comments
 (0)