constract on decode-flow (PR 10175)

svn: r14444
This commit is contained in:
Matthew Flatt 2009-04-07 17:02:18 +00:00
parent cd0e0c550f
commit 3a297ed003

View File

@ -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],