Skip to content

Commit 98d23c6

Browse files
fix typo in polymorphism/test/include/test_polymorphism/mocking.hpp
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 3caf553 commit 98d23c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polymorphism/test/include/test_polymorphism/mocking.hpp

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

44
#include <cstddef>
55
#include <list>

0 commit comments

Comments
 (0)