From b0337944b4b85be85c8835a07112e02bcec5e675 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 5 Jul 2000 21:05:57 +0000 Subject: mention more standard tags in documentation and fix some typos (12177) --- Doc/Zsh/expn.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/Zsh/expn.yo') diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index bb0541800..17a0c1201 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -918,7 +918,7 @@ that this is a scalar, so that (despite the `tt((@))' flag) the subscript picks the first character. ) item(tt("${${(@)foo}[1]}"))( -The produces the result `tt(bar)'. In this case, the inner substitution +This produces the result `tt(bar)'. In this case, the inner substitution tt("${(@)foo}") produces the array `tt(LPAR()bar baz)tt(RPAR())'. The outer substitution tt("${...[1]}") detects that this is an array and picks the first word. This is similar to the simple case tt("${foo[1]}"). -- cgit 1.4.1