Skip to content

Commit fd78d04

Browse files
cjihrigBethGriggs
authored andcommitted
doc: remove extra backtick
PR-URL: #31186 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 808f025 commit fd78d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPP_STYLE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class Foo {
174174

175175
### `snake_case` for C-like structs
176176

177-
For `plain C-like structs snake_case can be used.
177+
For plain C-like structs snake_case can be used.
178178

179179
```c++
180180
struct foo_bar {

0 commit comments

Comments
 (0)