Skip to content

Commit 0301a40

Browse files
authored
Fix "Patttern" typo
1 parent 795f766 commit 0301a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/appendix-1-a-look-inside.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ other locatives.
213213
An `OFFSET` is stored with the `INDEX` in the right half of the value
214214
word and the Pattern in the left half. Since the Pattern can be
215215
either an `ATOM` or a `FORM`, the left half actually points to a
216-
pair, which points to the actual Pattern. The Patttern `ANY` is
216+
pair, which points to the actual Pattern. The Pattern `ANY` is
217217
recognized as a special case: the left-half pointer is zero, and no
218218
pair is used. Thus, if you're making the production version of your
219219
program and want to save some storage, can do something like `<SETG

0 commit comments

Comments
 (0)