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}.