Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e4b6a5e

Browse files
authoredNov 20, 2024··
fix typo (#20810)
1 parent cd7446f commit e4b6a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/CODING_STYLE.md

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.