fix doc typo

This commit is contained in:
Matthew Flatt 2011-05-13 07:14:13 -06:00
parent 0a0445692b
commit c5816ab6f9

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 Decodes a flow. A sequence of two or more newlines separated only by
whitespace counts is parsed as a paragraph separator. In @racket[lst], whitespace counts is parsed as a paragraph separator. In @racket[lst],