fix doc typo

original commit: c5816ab6f969e08a30eb624d73b1fdad52686d46
This commit is contained in:
Matthew Flatt 2011-05-13 07:14:13 -06:00
parent 36e76ed714
commit dc3a4f59e8

View File

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