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
|
||||
#ifndef MYPROJECT_MYCLASS_HPP
|
||||
#define MYPROEJCT_MYCLASS_HPP
|
||||
#define MYPROJECT_MYCLASS_HPP
|
||||
|
||||
namespace MyProject {
|
||||
class MyClass {
|
||||
|
||||
Reference in New Issue
Block a user