Skip to content
Merged

typo #20810

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ if (condition) {
}
```

## Loops and Switch Statements
## Loops and Switch Statement

Switch statements may use braces for blocks. Annotate non-trivial fall-through between cases. Empty loop bodies should use {} or continue.

Expand Down