From d791af0eb44e27476cd4b6af191d27baa6375abf Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Sun, 18 Dec 2011 14:23:21 -0700 Subject: [PATCH] uniform position for unstable header in unstable docs original commit: bb93132463cd83b690609b61a2d4a2971d87f160 --- collects/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 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]