aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/kak/autoload/filetype/bqn.kak4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kak/autoload/filetype/bqn.kak b/editors/kak/autoload/filetype/bqn.kak
index f85f6431..bd4724e1 100644
--- a/editors/kak/autoload/filetype/bqn.kak
+++ b/editors/kak/autoload/filetype/bqn.kak
@@ -21,7 +21,7 @@ hook global WinSetOption filetype=bqn %¹
# + + + Conjugate | Add
# - - - Negate | Subtract
map buffer bqn '=' ':exec i×<ret>' -docstring '× Sign | Multiply'
- map buffer bqn <minus> ':exec i÷<ret>' -docstring '÷ Recipical | Divide'
+ map buffer bqn <minus> ':exec i÷<ret>' -docstring '÷ Reciprocal | Divide'
map buffer bqn '+' ':exec i⋆<ret>' -docstring '⋆ Exponential | Power'
map buffer bqn '_' ':exec i√<ret>' -docstring '√ Square root | Root'
map buffer bqn 'b' ':exec i⌊<ret>' -docstring '⌊ Floor | Minimum'
@@ -86,7 +86,7 @@ hook global WinSetOption filetype=bqn %¹
map buffer bqn '[' ':exec i←<ret>' -docstring '← DEFINE'
map buffer bqn '?' ':exec i⇐<ret>' -docstring '⇐ EXPORT'
map buffer bqn "'" ':exec i↩<ret>' -docstring '↩ CHANGE'
- map buffer bqn ';' ':exec i⋄<ret>' -docstring '⋄ SEPERATOR'
+ map buffer bqn ';' ':exec i⋄<ret>' -docstring '⋄ SEPARATOR'
map buffer bqn '(' ':exec i⟨<ret>' -docstring '⟨ BEGIN LIST'
map buffer bqn ')' ':exec i⟩<ret>' -docstring '⟩ END LIST'
map buffer bqn <space> ':exec i‿<ret>' -docstring '‿ STRAND'