Skip to content

Commit 0b90ed7

Browse files
committed
Spelling
1 parent 592b79b commit 0b90ed7

File tree

1 file changed

+2
-2
lines changed
  • editors/kak/autoload/filetype

1 file changed

+2
-2
lines changed

editors/kak/autoload/filetype/bqn.kak

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare-user-mode bqn
6161
# + + + Conjugate | Add
6262
# - - - Negate | Subtract
6363
map global bqn '=' ':exec i×<ret>' -docstring '× Sign | Multiply'
64-
map global bqn <minus> ':exec i÷<ret>' -docstring '÷ Recipical | Divide'
64+
map global bqn <minus> ':exec i÷<ret>' -docstring '÷ Reciprocal | Divide'
6565
map global bqn '+' ':exec i⋆<ret>' -docstring '⋆ Exponential | Power'
6666
map global bqn '_' ':exec i√<ret>' -docstring '√ Square root | Root'
6767
map global bqn 'b' ':exec i⌊<ret>' -docstring '⌊ Floor | Minimum'
@@ -161,7 +161,7 @@ map global bqn '\' ':exec i\<ret>'
161161
define-command -hidden insert-bqn %{
162162
prompt command: -menu -shell-script-candidates %{ cat<<EOF
163163
× \\= Sign Multiply
164-
÷ <minus> Recipical Divide
164+
÷ <minus> Reciprocal Divide
165165
⋆ \\+ Exponential Power
166166
√ \\_ Square root Root
167167
⌊ \\b Floor Minimum

0 commit comments

Comments
 (0)