From 3fa82aa602fff2087018c54aba8767cf06d80cd5 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 17 Feb 2014 11:34:37 -0800 Subject: [PATCH] and another typo --- scribblings/tagged-xexpr.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/tagged-xexpr.scrbl b/scribblings/tagged-xexpr.scrbl index b21d1b5..459c047 100644 --- a/scribblings/tagged-xexpr.scrbl +++ b/scribblings/tagged-xexpr.scrbl @@ -70,7 +70,7 @@ If you prefer those, please do. But I've found two benefits to using module func @bold{Readability.} In code that already has a lot of matching and quasiquoting going on, these functions make it easy to see where & how tagged-xexprs are being used. -@bold{Reliability.} The fact that tagged-xexprs come in two close but not quite equal forms mean that careful coders will always have to take both casesĀ into account. +@bold{Reliability.} Because tagged-xexprs come in two close but not quite equal forms, careful coders will always have to take both casesĀ into account. The programming is trivial, but the annoyance is real.