Clarify wording on breaking arrays across lines
Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
This commit is contained in:
parent
144e8a3866
commit
77d09cb69e
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ fn main() {
|
|||
}
|
||||
```
|
||||
|
||||
For arrays large enough to break across lines, if using the repeating
|
||||
For arrays that have to be broken across lines, if using the repeating
|
||||
initializer, break after the `;`, not before. Otherwise, follow the rules below
|
||||
for function calls. In any case, block-indent the contents of the initializer,
|
||||
and put line breaks after the opening square bracket and before the closing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue