Skip to content

Commit 944493b

Browse files
committed
fix typo in include guard
1 parent a3e0818 commit 944493b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

polymorphism/include/polymorphism/consume_class_that_adheres_to_concept.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef POYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
2-
#define POYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
1+
#ifndef POLYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
2+
#define POLYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
33

44
#include <polymorphism/has_super_cool_features.hpp>
55

@@ -12,4 +12,4 @@ std::string consume(has_super_cool_features auto& s);
1212

1313
} // namespace modern
1414

15-
#endif // POYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP
15+
#endif // POLYMORPHISM_CONSUME_CLASS_THAT_ADHERES_TO_CONCEPT_HPP

0 commit comments

Comments
 (0)