From 548d494dd06918e0f2685133f3282c62d22b1455 Mon Sep 17 00:00:00 2001 From: rxg Date: Fri, 4 Jan 2019 16:30:25 -0800 Subject: [PATCH] typo (#189) --- scribble-doc/scribblings/scribble/how-to-paper.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribble-doc/scribblings/scribble/how-to-paper.scrbl b/scribble-doc/scribblings/scribble/how-to-paper.scrbl index 624dcbc3..e6d6bfcc 100644 --- a/scribble-doc/scribblings/scribble/how-to-paper.scrbl +++ b/scribble-doc/scribblings/scribble/how-to-paper.scrbl @@ -491,7 +491,7 @@ label), then the string is typically provided through Sometimes, both @litchar{[}...@litchar{]} and @litchar["{"]...@litchar["}"] are used, where the former surround Racket arguments that precede text to typeset. Finally, if a form is a -purely Racket-level form with not typeset result, such as a +purely Racket-level form with no typeset result, such as a @racket[require] to import more operations, then typically just @litchar["@"] is used.