Thanks to visit codestin.com Credit goes to github.com
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 e2d9c0d commit e098eb1Copy full SHA for e098eb1
src/doc/style-guide/src/expressions.md
@@ -328,7 +328,7 @@ foo_bar
328
Prefer line-breaking at an assignment operator (either `=` or `+=`, etc.) rather
329
than at other binary operators.
330
331
-If line-breaking a binary operator (including assignment operators) where the
+If line-breaking at a binary operator (including assignment operators) where the
332
first operand spans multiple lines, use the base indentation of the *last*
333
line of the first operand, and indent relative to that:
334
0 commit comments