Skip to content

Commit

Permalink
fix wrong comment on closing namespace
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
daixtrose and coderabbitai[bot] authored Oct 16, 2024
1 parent 9e220f1 commit 8b1b7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymorphism/include/polymorphism/impl_with_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ class Impl
}
};

} // namespace modern
} // namespace classic

#endif // IMPL_WITH_INTERFACE_HPP

0 comments on commit 8b1b7f6

Please sign in to comment.