Skip to content

Commit 1d78451

Browse files
slipsetswannodette
authored andcommitted
CLJS-2618 Fix docstring for remove-tap
1 parent 0ef73e0 commit 1d78451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11349,7 +11349,7 @@ reduces them without incurring seq initialization"
1134911349
nil)
1135011350

1135111351
(defn remove-tap
11352-
"Remove f from the tap set the tap set."
11352+
"Remove f from the tap set."
1135311353
[f]
1135411354
(maybe-init-tapset)
1135511355
(swap! tapset disj f)

0 commit comments

Comments
 (0)