1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-05 15:16:19 +02:00

unposted: Fix typo 'my be' for typeset

This commit is contained in:
Mikael Magnusson 2020-11-12 01:13:23 +01:00
parent 2644e3097d
commit d3a6dee9cd

View File

@ -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