commit 00e49d4c9eb289a5ef10122b179b245e83b512aa
parent 56da0e1c64cf37467f55831fdcbf213e5ff25ba0
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Tue, 7 Apr 2009 17:02:18 +0000
constract on decode-flow (PR 10175)
svn: r14444
original commit: 3a297ed003b909a9364fb2e83628946fe54e8903
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/scribblings/scribble/decode.scrbl b/collects/scribblings/scribble/decode.scrbl
@@ -71,7 +71,7 @@ parsing.
}
-@defproc[(decode-flow [lst list?]) (listof flow-element?)]{
+@defproc[(decode-flow [lst list?]) flow?]{
Decodes a flow. A sequence of two or more newlines separated only by
whitespace counts is parsed as a paragraph separator. In @scheme[lst],