diff options
| author | Kevin McCarthy <me@kevinmccarthy.org> | 2012-07-24 16:55:08 -1000 |
|---|---|---|
| committer | Kevin McCarthy <me@kevinmccarthy.org> | 2012-07-24 16:55:08 -1000 |
| commit | c3a05d8794ea79aa7321ba8d1a36423a7d202d60 (patch) | |
| tree | e68a6b586ff0f03129a392fe5b3c9829401fb6f0 /docs | |
| parent | ace9ccfe9f6b987861404fdf08d22a5663953713 (diff) | |
Changed the word "brackets" to "parentheses"
I want to change the word "brackets" to "parentheses" because when I think
of brackets, I think of [], and when I think of parentheses, I think of (),
and when I originally read this, I found the word confusing.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 71f57acdbf..500a47c6f1 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -419,7 +419,7 @@ will be interpreted like: if (athlete_list and coach_list) or cheerleader_list -Use of actual brackets in the :ttag:`if` tag is invalid syntax. If you need +Use of actual parentheses in the :ttag:`if` tag is invalid syntax. If you need them to indicate precedence, you should use nested :ttag:`if` tags. :ttag:`if` tags may also use the operators ``==``, ``!=``, ``<``, ``>``, |
