From 2276cc6b33fb86178bbdb316c33478f5bfd71341 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 3 May 2000 15:15:03 +0000 Subject: 11126: typos --- Doc/Zsh/expn.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc') 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))( -- cgit 1.4.1