ref: b24a5a737f897466dbf6ff9b3684e9e4d657e658
parent: e03c13028f8e2fcbc0a819475af5cc5562883eea
parent: 6e142ac75f8c01e514061bef033d4aa03856caa2
author: Ori Bernstein <ori@eigenstate.org'>
date: Sun Sep 11 13:23:39 EDT 2016
Ugh. Pushed from 2 places. Brown paper bag merge.
--- a/doc/lang.txt
+++ b/doc/lang.txt
@@ -333,7 +333,7 @@
More types of pattern to match will be added over time.
- Match statements consist of the keyord 'match', followed by
+ Match statements consist of the keyword 'match', followed by
the expression to match against the patterns, followed by a
newline. The body of the match statement consists of a list
of pattern clauses. A patterned clause is a '|', followed by