diff options
Diffstat (limited to 'Doc/Zsh/grammar.yo')
-rw-r--r-- | Doc/Zsh/grammar.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo index 0c2aee960..05530bff2 100644 --- a/Doc/Zsh/grammar.yo +++ b/Doc/Zsh/grammar.yo @@ -284,7 +284,7 @@ normal way, as if var(always-list) were not present. The two chunks of code are referred to as the `try block' and the `always block'. Optional newlines or semicolons may appear after the tt(always); -note, however, that they may em(not) appear between the preceeding +note, however, that they may em(not) appear between the preceding closing brace and the tt(always). An `error' in this context is a condition such as a syntax error which |