diff --git a/collects/unstable/scribblings/find.scrbl b/collects/unstable/scribblings/find.scrbl index ab73f0e..9ad88a5 100644 --- a/collects/unstable/scribblings/find.scrbl +++ b/collects/unstable/scribblings/find.scrbl @@ -6,11 +6,10 @@ @(the-eval '(require unstable/find racket/shared)) @title[#:tag "find"]{Find} +@unstable[@author+email["Ryan Culpepper" "ryanc@racket-lang.org"]] @defmodule[unstable/find] -@unstable[@author+email["Ryan Culpepper" "ryanc@racket-lang.org"]] - @defproc[(find [pred (-> any/c any/c)] [x any/c] [#:stop-on-found? stop-on-found? any/c #f]