commit dc3a4f59e8819c296495ef654cf98b38d47b6dfd
parent 36e76ed714a9895ba1d32c97180f2f67e064ff44
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Fri, 13 May 2011 07:14:13 -0600
fix doc typo
original commit: c5816ab6f969e08a30eb624d73b1fdad52686d46
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/scribblings/scribble/decode.scrbl b/collects/scribblings/scribble/decode.scrbl
@@ -107,7 +107,7 @@ parsing.
}
-@defproc[(decode-flow [lst (listof pre-flow?)]) flow?]{
+@defproc[(decode-flow [lst (listof pre-flow?)]) (listof block?)]{
Decodes a flow. A sequence of two or more newlines separated only by
whitespace counts is parsed as a paragraph separator. In @racket[lst],