diff --git a/collects/unstable/scribblings/2d.scrbl b/collects/unstable/scribblings/2d.scrbl index 87bb2b0461..ba2b0f1886 100644 --- a/collects/unstable/scribblings/2d.scrbl +++ b/collects/unstable/scribblings/2d.scrbl @@ -16,8 +16,8 @@ another language that is specified immediately after @racketmodname[unstable/2d].} -The @litchar{#2d} syntax extension adds the ability use -a two-dimensional grid syntax. That is, you can drawn an ASCII-art +The @litchar{#2d} syntax extension adds the ability use +a two-dimensional grid syntax. That is, you can draw an ASCII-art grid and then treat that as an expression. For example, here is a simple equality function that operates on pairs and numbers, written using a @litchar{#2d} conditional expression: