about summary refs log tree commit diff
path: root/Completion/Zsh/Context/_zcalc_line
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Context/_zcalc_line')
-rw-r--r--Completion/Zsh/Context/_zcalc_line2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Context/_zcalc_line b/Completion/Zsh/Context/_zcalc_line
index 50fb8c17c..ab8e42df9 100644
--- a/Completion/Zsh/Context/_zcalc_line
+++ b/Completion/Zsh/Context/_zcalc_line
@@ -16,7 +16,7 @@ _zcalc_line_escapes() {
     "function:define math function (also \:func or \:f)"
   )
   cmds=("\:"${^cmds})
-  _describe -t command-escapes "command escapes" cmds -Q
+  _describe -t command-escapes "command escape" cmds -Q
 }
 
 _zcalc_line() {