Skip to content

Commit 170cece

Browse files
viebeldnolen
authored andcommitted
CLJS-1318: Fix typo in documentation of specify
In the docstring of specify, replace `specify` by `specify!`
1 parent 58cd6be commit 170cece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@
12841284
~x)))
12851285

12861286
(core/defmacro specify
1287-
"Identical to specify but does not mutate its first argument. The first
1287+
"Identical to specify! but does not mutate its first argument. The first
12881288
argument must be an ICloneable instance."
12891289
[expr & impls]
12901290
`(cljs.core/specify! (cljs.core/clone ~expr)

0 commit comments

Comments
 (0)