commit f07b92ff0d14432ce03482dc4a339d0da691a624
parent ac17dfa06c2386b7c3a822d5c5980e5fae45e094
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Tue, 20 Jul 2010 10:00:57 -0600
fix doc typo
Closes PR 10917
Merge to 5.0.1
original commit: 8dfe2a6a917612a509486ee68cf9f2eedd3af4b7
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/scribblings/scribble/core.scrbl b/collects/scribblings/scribble/core.scrbl
@@ -524,7 +524,7 @@ The following @tech{style properties} are currently recognized:
@defstruct[nested-flow ([style any/c]
- [paragraphs (listof block?)])]{
+ [blocks (listof block?)])]{
A @techlink{nested flow} has a style and a @tech{flow}.