mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-31 11:21:04 +02:00
unposted: Fix typo 'my be' for typeset
This commit is contained in:
parent
2644e3097d
commit
d3a6dee9cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
expansion. Hence it is not possible to assign to multiple arrays by
|
||||||
this means.
|
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
|
separately. For example, `tt(disable -r typeset)' disables the reserved
|
||||||
word interface to tt(typeset), exposing the builtin interface, while
|
word interface to tt(typeset), exposing the builtin interface, while
|
||||||
`tt(disable typeset)' disables the builtin. Note that disabling the
|
`tt(disable typeset)' disables the builtin. Note that disabling the
|
||||||
|
|
Loading…
Reference in a new issue