Fix doc typo "debuG" -> "debug" (#2743)

This commit is contained in:
Luke Nelson 2019-07-16 20:22:50 -07:00 committed by Ben Greenman
parent c6a0d3cdb5
commit 9dbf729cdd

View File

@ -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