about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index dfda57281..dcca455d8 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -47,8 +47,7 @@ To declare the type of a parameter, or to assign a string or numeric value
 to a scalar parameter, use the tt(typeset) builtin.
 findex(typeset, use of)
 
-The value of a scalar or integer parameter may also be assigned by
-writing:
+The value of a scalar parameter may also be assigned by writing:
 cindex(assignment)
 ifzman()
 indent(var(name)tt(=)var(value))