Skip to content

Commit 625ed70

Browse files
cjihrigtargos
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 4bbf584 commit 625ed70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPP_STYLE_GUIDE.md

Lines changed: 1 addition & 1 deletion
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)