diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-11 09:39:44 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-11 09:39:44 -0400 |
| commit | f16f64641a758a4248e77bb1b8e247710a7aaf08 (patch) | |
| tree | f95118fda27897f3c9549c9f8409600f3ce2b390 | |
| parent | 4f28cc8da705d4f4ed21ccd333686f133e628d9b (diff) | |
Don't spell 2-Modifier with a 1
| -rw-r--r-- | docs/spec/token.html | 2 | ||||
| -rw-r--r-- | spec/token.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/spec/token.html b/docs/spec/token.html index 9ad2c79f..b75d088f 100644 --- a/docs/spec/token.html +++ b/docs/spec/token.html @@ -33,7 +33,7 @@ <td><code><span class='Modifier'>˙˜˘¨⌜⁼´˝`</span></code></td> </tr> <tr> -<td>Primitive 1-Modifier</td> +<td>Primitive 2-Modifier</td> <td><code><span class='Modifier2'>∘○⊸⟜⌾⊘◶⎉⚇⍟</span></code></td> </tr> <tr> diff --git a/spec/token.md b/spec/token.md index fb1bb3c6..93dd1dfa 100644 --- a/spec/token.md +++ b/spec/token.md @@ -21,7 +21,7 @@ Otherwise, a single character forms a token. Only the specified set of character | Null literal | `@` | Primitive Function | `+-×÷⋆√⌊⌈\|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔` | Primitive 1-Modifier | `` ˙˜˘¨⌜⁼´˝` `` -| Primitive 1-Modifier | `∘○⊸⟜⌾⊘◶⎉⚇⍟` +| Primitive 2-Modifier | `∘○⊸⟜⌾⊘◶⎉⚇⍟` | Special name | `𝕨𝕩𝕗𝕘𝕤𝕎𝕏𝔽𝔾𝕊` | Punctuation | `←⇐↩→(){}⟨⟩‿⋄,` and newline |
