From 4d05b9d9eee6e0d4d407c5f717ca152a922ca84f Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 18 Sep 2022 00:56:09 +0200 Subject: [PATCH] Fix the scope of the doc of dynamics%. --- scribblings/networks.scrbl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scribblings/networks.scrbl b/scribblings/networks.scrbl index dd7d593..567611f 100644 --- a/scribblings/networks.scrbl +++ b/scribblings/networks.scrbl @@ -403,9 +403,7 @@ This is the only method of @racket[dds%] overridden in this class. [syn-dynamics (new (inst dynamics% Boolean) [network n] [mode syn])] [st (hash 'a #f 'b #f)]) (send syn-dynamics step/annotated st)) -] - -} +]}} @deftypeform[(Dynamics% a)]{