Parcourir la source

[4231] Improved parenthesis doc

Francis Dupont il y a 9 ans
Parent
commit
0c554b2287
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>