Skip to content

Commit 9aaee3c

Browse files
bbatsovstuarthalloway
authored andcommitted
Fix param name reference in defmulti's docstring
Signed-off-by: Stuart Halloway <stu@cognitect.com>
1 parent ee00807 commit 9aaee3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/clojure/core.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@
16071607

16081608
(defmacro defmulti
16091609
"Creates a new multimethod with the associated dispatch function.
1610-
The docstring and attribute-map are optional.
1610+
The docstring and attr-map are optional.
16111611
16121612
Options are key-value pairs and may be one of:
16131613

0 commit comments

Comments
 (0)