Skip to content

Commit f21d16f

Browse files
committed
CLJS-3358: Add definition to reify docstring
1 parent 990ed92 commit f21d16f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/clojure/cljs/core.cljc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,8 @@
13191319
'js/Function "function"})
13201320

13211321
(core/defmacro reify
1322-
"reify is a macro with the following structure:
1322+
"reify creates an object implementing a protocol.
1323+
reify is a macro with the following structure:
13231324
13241325
(reify options* specs*)
13251326

0 commit comments

Comments
 (0)