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 BethGriggs committed Feb 6, 2020
1 parent 808f025 commit fd78d04
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 fd78d04

Please sign in to comment.