Browse Source

[4231] Improved parenthesis doc

Francis Dupont 9 years ago
parent
commit
0c554b2287
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/guide/classify.xml

+ 1 - 1
doc/guide/classify.xml

@@ -221,7 +221,7 @@
         has the highest precedence, Or the lowest. And and Or are (left)
         associative, parentheses around a logical expression can be used
         to enforce a specific grouping, for instance in "A and (B or C)"
-        ("A and B or C" means "(A and B) or C").
+        (without parentheses "A and B or C" means "(A and B) or C").
       </section>
 
       <section>