diff --git a/google-cpp-styleguide/naming.rst b/google-cpp-styleguide/naming.rst index fc66b37..fd7e93b 100644 --- a/google-cpp-styleguide/naming.rst +++ b/google-cpp-styleguide/naming.rst @@ -96,7 +96,7 @@ 类数据成员: - 不管是静态的还是非静态的,结构体数据成员都可以和普通变量一样, 但要接下划线。 + 不管是静态的还是非静态的,类数据成员都可以和普通变量一样, 但要接下划线。 .. code-block:: c++