From 1e8e800f253665ce3934cb82e6e29d00de052196 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 16 Mar 2016 10:26:14 -0400 Subject: [PATCH] [icfp] typo: double-period --- icfp-2016/implementation.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icfp-2016/implementation.scrbl b/icfp-2016/implementation.scrbl index 94064d9..7a41e5f 100644 --- a/icfp-2016/implementation.scrbl +++ b/icfp-2016/implementation.scrbl @@ -194,7 +194,7 @@ The interesting design challenge is making one pattern that covers all @section[#:tag "sec:impl-interp"]{Illustrative Interpretations} Both @racket[id] and - @racket[vector/length] are useful syntax classes..@note{The name @racket[vector/length] should + @racket[vector/length] are useful syntax classes.@note{The name @racket[vector/length] should be read as ``vector @emph{with} length information''.} They recognize syntax objects with certain well-defined properties. In fact, we use syntax classes as the front-end for each function in @exact{$\interp$}.