From d28baaff80dfcba470b8f2ca96d90cc051f1a91e Mon Sep 17 00:00:00 2001
From: Matthew Flatt <mflatt@racket-lang.org>
Date: Sat, 11 Jul 2020 11:48:18 -0600
Subject: [PATCH] docs: fix contract for `nested-flow`

---
 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
index dbb230fd..59ec515b 100644
--- 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}.