diff options
| -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 |
