From 5f7bab7506b980d08a345c7f6403d6eb4e5e2e8e Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Sat, 1 Mar 2014 09:50:15 -0500 Subject: [PATCH] Fix doc typo. Reported by cosmez on IRC. --- pkgs/racket-pkgs/racket-doc/scribblings/style/unit.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/style/unit.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/style/unit.scrbl index 29a62aefca..ed8329ae00 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/style/unit.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/style/unit.scrbl @@ -391,7 +391,7 @@ addition, keyword arguments also ``thin'' out calls because function calls don't need to refer to default values of arguments that are considered optional. -Similarly, if your function or method consumers two (or more) +Similarly, if your function or method consumes two (or more) @emph{optional} parameters, keyword arguments are a must. Write a purpose statement for your function. If you can, add an informal