From f07b92ff0d14432ce03482dc4a339d0da691a624 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 original commit: 8dfe2a6a917612a509486ee68cf9f2eedd3af4b7 --- 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 69ecbbec..bf9b3aec 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}.