diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-03 15:15:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-03 15:15:03 +0000 |
commit | 2276cc6b33fb86178bbdb316c33478f5bfd71341 (patch) | |
tree | e10c2ac050673f0cd905f1b203efef5bc1423a9e /Doc | |
parent | aa0381bd2b64ad6ea1e24110c1c2ec6773f9288e (diff) | |
download | zsh-2276cc6b33fb86178bbdb316c33478f5bfd71341.tar.gz zsh-2276cc6b33fb86178bbdb316c33478f5bfd71341.tar.xz zsh-2276cc6b33fb86178bbdb316c33478f5bfd71341.zip |
11126: typos
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/expn.yo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index c0e525067..c0a58690a 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -680,9 +680,9 @@ item(tt(z))( Split the result of the expansion into words using shell parsing to find the words, i.e. taking into account any quoting in the value. -Note that this is done very lately, as for the `tt((s))' flag. So to +Note that this is done very late, as for the `tt((s))' flag. So to access single words in the result, one has to use nested expansions as -in `tt(${${(z)foo}[2]}'. Likewise, to remove the quotes in the +in `tt(${${(z)foo}[2]})'. Likewise, to remove the quotes in the resulting words one would do: `tt(${(Q)${(z)foo}})'. ) item(tt(t))( |