commit 5a58b97f12cf953027019afb8ba62b76015b8b0f
parent 3bcff8e3d13958b16687afdd8bf1e3f012e1870c
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date: Wed, 30 Jun 2010 13:38:23 -0600
unstable: added comments
original commit: 7473cf624ef07926ced6124f3d7b1b1473320989
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/collects/unstable/find.rkt b/collects/unstable/find.rkt
@@ -70,4 +70,3 @@
(if (procedure? default)
(default)
default)))
-;; Eli: Note that this is documented "Like `find-first'".