about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-02-12 11:32:11 -0800
committerBart Schaefer <schaefer@zsh.org>2023-02-12 11:32:11 -0800
commite807ac1157015581c1466407cbe722179244be37 (patch)
tree8f0b98789158d62da6feee7bf9bacffb5c1329b4 /Doc/Zsh/expn.yo
parent3e55a135c10d3582af22a3e6dc616f57ea212df8 (diff)
downloadzsh-e807ac1157015581c1466407cbe722179244be37.tar.gz
zsh-e807ac1157015581c1466407cbe722179244be37.tar.xz
zsh-e807ac1157015581c1466407cbe722179244be37.zip
51375: Clarify documentation, fix typos, add indexing.
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index ff6087cac..8b1c69c55 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1592,8 +1592,8 @@ tt(${)var(name)tt(:|)var(pname)tt(}))
 
 Expansions of the form `tt(${LPAR()t)tt(RPAR())var(pname)tt(})' expand
 the type information of var(rname), unless var(rname) is empty, in which
-case `tt(nameref)' is expanded, or when no variable var(rname) exists,
-in which case the expansion is empty.
+case the expansion is `tt(nameref)', or when no variable var(rname)
+exists, in which case the expansion is empty.
 
 See also ifzman(zmanref(zshparam))ifnzman(noderef(Parameters)).