From b2aadcc2a5002847c900f49ef39f70eb72962722 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 15 Jul 2020 07:38:59 -0600 Subject: [PATCH] docs: fix typo --- pkgs/racket-doc/scribblings/reference/memory.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/memory.scrbl b/pkgs/racket-doc/scribblings/reference/memory.scrbl index 72dd15759d..f09242a8f4 100644 --- a/pkgs/racket-doc/scribblings/reference/memory.scrbl +++ b/pkgs/racket-doc/scribblings/reference/memory.scrbl @@ -224,9 +224,9 @@ to a value that starts with @litchar{0}, @litchar{n}, or @litchar{N} to disable incremental-mode requests. Each garbage collection logs a message (see @secref["logging"]) at the -@racket['debug] level with topic @racket['GC]. In Racket 3m and CS +@racket['debug] level with topic @racket['GC]. In the 3m and CS variants of Racket, ``major'' collections are also logged at the -@racket['debug] level with the topic @racket['GC:major]. In Racket 3m +@racket['debug] level with the topic @racket['GC:major]. In the 3m and CS variants of Racket, the data portion of the message is an instance of a @indexed-racket[gc-info] @tech{prefab} structure type with 10 fields as follows, but future versions of Racket may use a