From 9dbf729cdded587edf16aaa301d931da9a19b063 Mon Sep 17 00:00:00 2001 From: Luke Nelson Date: Tue, 16 Jul 2019 20:22:50 -0700 Subject: [PATCH] Fix doc typo "debuG" -> "debug" (#2743) --- pkgs/racket-doc/scribblings/guide/performance.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/performance.scrbl b/pkgs/racket-doc/scribblings/guide/performance.scrbl index 8574c8d36a..a4095a5eaf 100644 --- a/pkgs/racket-doc/scribblings/guide/performance.scrbl +++ b/pkgs/racket-doc/scribblings/guide/performance.scrbl @@ -680,7 +680,7 @@ To check whether incremental mode is in use and how it affects pause times, enable @tt{debug}-level logging output for the @racketidfont{GC} topic. For example, -@commandline{racket -W "debuG@"@"GC error" main.rkt} +@commandline{racket -W "debug@"@"GC error" main.rkt} runs @filepath{main.rkt} with garbage-collection logging to stderr (while preserving @tt{error}-level logging for all topics). Minor