Skip to content

Commit

Permalink
[core] Typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Paulin <MathiasPaulin@users.noreply.github.com>
  • Loading branch information
dlyr and MathiasPaulin authored Apr 23, 2024
1 parent 3a4a7d4 commit 9c4f38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/Utils/EnumConverter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class EnumConverter
{
/// \todo think of manage both EnumType and EnumUnderlyingType
/// Eg using EnumUnderlyingType = std::underling_type_t<Enum>;
/// getEnumeratorUnderlying -> UnumUnderlyingType
/// getEunemrator -> Enum
/// getEnumeratorUnderlying ->EnumUnderlyingType
/// getEnumerator -> Enum
public:
explicit EnumConverter( std::initializer_list<std::pair<EnumBaseType, std::string>> pairs );

Expand Down

0 comments on commit 9c4f38a

Please sign in to comment.