From 1351dda10f532858c70be1317c7eeb551c3bc75b 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 (cherry picked from commit 8dfe2a6a917612a509486ee68cf9f2eedd3af4b7) original commit: 6af6bd5898125cc6ab2029244fab32ebc750388a --- 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}.