assignment7 tweaks
[lambda.git] / hints / assignment_7_hint_1.mdwn
index 6725def..0d67cd9 100644 (file)
@@ -3,7 +3,7 @@
 
 *      Where they represent pegs as natural numbers, that corresponds to our representing locations in a store by their indexes in the store.
 
-*      Where they say "reference system," which they use the leter `r` for, that corresponds to what we've been calling "assignments", and use the letter `g` for.
+*      Where they say "reference system," which they use the leter `r` for, that corresponds to what we've been calling "assignments", and have been using the letter `g` for.
 
 *      Where they say `r[x/n]`, that's our `g{x:=n}`.