Skip to content

Commit 7a5282a

Browse files
authored
fix typo (#20809)
1 parent 76903de commit 7a5282a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CODING_STYLE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ if (condition) {
24532453
}
24542454
```
24552455

2456-
## Loops and Switch Statements
2456+
## Loops and Switch Statement
24572457

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

0 commit comments

Comments
 (0)