www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d791af0eb44e27476cd4b6af191d27baa6375abf
parent 0641c56e85d5dd3a240d2cf7595027e4297742fd
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date:   Sun, 18 Dec 2011 14:23:21 -0700

uniform position for unstable header in unstable docs

original commit: bb93132463cd83b690609b61a2d4a2971d87f160

Diffstat:
Mcollects/unstable/scribblings/find.scrbl | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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]