We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795f766 commit 0301a40Copy full SHA for 0301a40
docs/appendix-1-a-look-inside.md
@@ -213,7 +213,7 @@ other locatives.
213
An `OFFSET` is stored with the `INDEX` in the right half of the value
214
word and the Pattern in the left half. Since the Pattern can be
215
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
+pair, which points to the actual Pattern. The Pattern `ANY` is
217
recognized as a special case: the left-half pointer is zero, and no
218
pair is used. Thus, if you're making the production version of your
219
program and want to save some storage, can do something like `<SETG
0 commit comments