mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
Update 03-Style.md
Correct spelling error in include guard
This commit is contained in:
@@ -103,7 +103,7 @@ Header files must contain an distinctly named include guard to avoid problems wi
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#ifndef MYPROJECT_MYCLASS_HPP
|
#ifndef MYPROJECT_MYCLASS_HPP
|
||||||
#define MYPROEJCT_MYCLASS_HPP
|
#define MYPROJECT_MYCLASS_HPP
|
||||||
|
|
||||||
namespace MyProject {
|
namespace MyProject {
|
||||||
class MyClass {
|
class MyClass {
|
||||||
|
|||||||
Reference in New Issue
Block a user