Skip to content

Commit 292d253

Browse files
committed
Remove incorrected docstring sentence.
1 parent bf0414e commit 292d253

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/clojure/clojure/test/check/rose_tree.cljc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@
8686

8787
(defn filter
8888
"Returns a new Rose tree whose values pass `pred`. Values who
89-
do not pass `pred` have their children cut out as well.
90-
Takes a list of roses, not a rose"
89+
do not pass `pred` have their children cut out as well."
9190
{:no-doc true}
9291
[pred rose]
9392
(make-rose (root rose)

0 commit comments

Comments
 (0)