summary refs log tree commit diff
path: root/Doc/Zsh/grammar.yo
diff options
context:
space:
mode:
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.
 )