From 1c5f73529a5fdce6aad4712c362a63235fe50071 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Thu, 21 Mar 2024 11:48:40 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20tutorial.scrbl:=20=E2=80=9Cas?= =?UTF-8?q?lo=E2=80=9D=20->=20=E2=80=9Calso=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorial.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.scrbl b/tutorial.scrbl index fbabb9b..0d7abfe 100644 --- a/tutorial.scrbl +++ b/tutorial.scrbl @@ -997,7 +997,7 @@ is @racket[define-metafunction/extension], which allows you to define a This defines a new metafunction, @racket[to-five/L1], which reinterprets the definition of @racket[to-five] over @racket[L1]. (We -could aslo have added clauses to this definition, which are +could also have added clauses to this definition, which are conceptually prepended to those of @racket[to-five], but there's no need in this case.) However, this has no effect on the original definition of @racket[to-five], which is what is used within