diff --git a/CPP_STYLE_GUIDE.md b/CPP_STYLE_GUIDE.md index 1a578b970ae515..f3dcd4e647b04e 100644 --- a/CPP_STYLE_GUIDE.md +++ b/CPP_STYLE_GUIDE.md @@ -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 {