Skip to content

Commit b340a6e

Browse files
committed
clarify confusing extend-type docstring
1 parent f0f6783 commit b340a6e

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
@@ -1572,7 +1572,7 @@
15721572
(-count [c] ...)
15731573
Foo
15741574
(bar [x y] ...)
1575-
(baz ([x] ...) ([x y & zs] ...))"
1575+
(baz ([x] ...) ([x y] ...) ...)"
15761576
[type-sym & impls]
15771577
(core/let [env &env
15781578
_ (validate-impls env impls)

0 commit comments

Comments
 (0)