about summary refs log tree commit diff
path: root/Doc/Zsh/grammar.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/grammar.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/grammar.yo')
-rw-r--r--Doc/Zsh/grammar.yo3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo
index 83968fedf..2a76964f3 100644
--- a/Doc/Zsh/grammar.yo
+++ b/Doc/Zsh/grammar.yo
@@ -421,8 +421,7 @@ works, but
 
 example(if true {  # Does not work!
   print yes
-}
-)
+})
 
 does em(not), since the test is not suitably delimited.
 )