From 8dfe2a6a917612a509486ee68cf9f2eedd3af4b7 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 20 Jul 2010 10:00:57 -0600 Subject: [PATCH] fix doc typo Closes PR 10917 Merge to 5.0.1 --- collects/scribblings/scribble/core.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/core.scrbl b/collects/scribblings/scribble/core.scrbl index 69ecbbecc7..bf9b3aec56 100644 --- 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}.