Skip to content

Commit

Permalink
doc: remove extra backtick
Browse files Browse the repository at this point in the history
PR-URL: #31186
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
cjihrig authored and targos committed Jan 14, 2020
1 parent 39d49f5 commit 9fd7dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPP_STYLE_GUIDE.md
Expand Up @@ -174,7 +174,7 @@ class Foo {

### `snake_case` for C-like structs

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

```c++
struct foo_bar {
Expand Down

0 comments on commit 9fd7dea

Please sign in to comment.