aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autocorrect.go20
1 files changed, 10 insertions, 10 deletions
diff --git a/autocorrect.go b/autocorrect.go
index 6071958..4583b00 100644
--- a/autocorrect.go
+++ b/autocorrect.go
@@ -60,14 +60,14 @@ var AutoCorrect = map[rune]rune{
';': '⍎',
'\'': '⍕',
'~': '⋄',
- //'<': '⍝',
- ']': '→',
- 'w': '⍵',
- 'a': '⍺',
- 'g': '∇',
- '2': '¯',
- '}': '⍬',
- 'k': '\'',
- 'K': '⌸',
- 'J': '⍤',
+ ',': '⍝',
+ ']': '→',
+ 'w': '⍵',
+ 'a': '⍺',
+ 'g': '∇',
+ '2': '¯',
+ '}': '⍬',
+ 'k': '\'',
+ 'K': '⌸',
+ 'J': '⍤',
}