about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-11-13 01:02:37 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2015-11-13 01:03:38 +0900
commitd5ba08af4933fdef596f5151b3e903868d352f65 (patch)
tree179e5748b8ccb7b5475ea1036f264c203240110f /Doc/Zsh/params.yo
parentff85c8b1c99bd655a64564fc8beba3167d229c23 (diff)
downloadzsh-d5ba08af4933fdef596f5151b3e903868d352f65.tar.gz
zsh-d5ba08af4933fdef596f5151b3e903868d352f65.tar.xz
zsh-d5ba08af4933fdef596f5151b3e903868d352f65.zip
unposted: a few cosmetic format fixes in docs
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index ba2856b34..b896e2d70 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -383,9 +383,7 @@ as part of an arithmetic expression in an ordinary subscript.
 To avoid subscript parsing limitations in assignments to associative array
 elements, use the append syntax:
 
-example(
-   aa+=('key with "*strange*" characters' 'value string')
-)
+example(aa+=('key with "*strange*" characters' 'value string'))
 
 The basic rule to remember when writing a subscript expression is that all
 text between the opening `tt([)' and the closing `tt(])' is interpreted