We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb94116 commit 0a55590Copy full SHA for 0a55590
src/expressions.md
@@ -437,7 +437,7 @@ operators on standard types is given here.
437
Calls the `ge` method on the `std::cmp::PartialOrd` trait.
438
439
Parentheses are required when chaining comparison operators. For example, the
440
-expression `a == b == c` is invalid and may be written as `((a == b) == c)`.
+expression `a == b == c` is invalid and may be written as `(a == b) == c`.
441
442
### Type cast expressions
443
0 commit comments