Skip to content

Commit

Permalink
fix typo (#20810)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 authored Nov 20, 2024
1 parent cd7446f commit e4b6a5e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e4b6a5e

Please sign in to comment.