about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-07-05 21:05:57 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-07-05 21:05:57 +0000
commitb0337944b4b85be85c8835a07112e02bcec5e675 (patch)
tree52d1b2d8d9bb745533da7efe7d6151d31188e751 /Doc/Zsh/expn.yo
parent8ef812d6fb11afdea64771cbb076ebb82b0c0153 (diff)
downloadzsh-b0337944b4b85be85c8835a07112e02bcec5e675.tar.gz
zsh-b0337944b4b85be85c8835a07112e02bcec5e675.tar.xz
zsh-b0337944b4b85be85c8835a07112e02bcec5e675.zip
mention more standard tags in documentation and fix some typos (12177)
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 1 insertions, 1 deletions
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]}").