Skip to content

Commit 7481f56

Browse files
committed
Fix typo
1 parent cc415a8 commit 7481f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifold/executor.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"Create a new `java.lang.Thread`.
3737
3838
It represents the default implementation on `thread-factory` when the
39-
`new-thread-fn` argument is no passed."
39+
`new-thread-fn` argument is not passed."
4040
[group target name stack-size]
4141
(Thread. group target name stack-size))
4242

0 commit comments

Comments
 (0)