diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2020-11-12 01:13:23 +0100 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2020-11-12 01:15:38 +0100 |
commit | d3a6dee9cd7f874fe543a7daf6165b8beee80eea (patch) | |
tree | 5498b51414da57079c9df30cad9e441fa27b780e /Doc/Zsh | |
parent | 2644e3097dd26babf73ea8664f30341b262a2450 (diff) | |
download | zsh-d3a6dee9cd7f874fe543a7daf6165b8beee80eea.tar.gz zsh-d3a6dee9cd7f874fe543a7daf6165b8beee80eea.tar.xz zsh-d3a6dee9cd7f874fe543a7daf6165b8beee80eea.zip |
unposted: Fix typo 'my be' for typeset
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/builtins.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 4b91db1fe..ebb29f632 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1939,7 +1939,7 @@ a set of three normal command line arguments to tt(typeset) after expansion. Hence it is not possible to assign to multiple arrays by this means. -Note that each interface to any of the commands my be disabled +Note that each interface to any of the commands may be disabled separately. For example, `tt(disable -r typeset)' disables the reserved word interface to tt(typeset), exposing the builtin interface, while `tt(disable typeset)' disables the builtin. Note that disabling the |