commit 548d494dd06918e0f2685133f3282c62d22b1455
parent 53d6354910c9f74f4ed75a978c627e837a7c8244
Author: rxg <ron.garcia@gmail.com>
Date: Fri, 4 Jan 2019 16:30:25 -0800
typo (#189)
Diffstat:
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
@@ -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.