Skip to content

Commit

Permalink
fix typo (#20809)
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 authored Nov 20, 2024
1 parent 76903de commit 7a5282a
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 7a5282a

Please sign in to comment.