commit d28baaff80dfcba470b8f2ca96d90cc051f1a91e parent 45817fa049d646810adcdb7895cbaa9b0b4d8a4d Author: Matthew Flatt <mflatt@racket-lang.org> Date: Sat, 11 Jul 2020 11:48:18 -0600 docs: fix contract for `nested-flow` Diffstat:
| M | scribble-doc/scribblings/scribble/core.scrbl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scribble-doc/scribblings/scribble/core.scrbl b/scribble-doc/scribblings/scribble/core.scrbl @@ -706,7 +706,7 @@ The following @tech{style properties} are currently recognized: ]} -@defstruct[nested-flow ([style any/c] +@defstruct[nested-flow ([style style?] [blocks (listof block?)])]{ A @techlink{nested flow} has a style and a @tech{flow}.