Skip to content

Commit

Permalink
Fix typo 'Convertable' to 'Convertible'
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Feb 10, 2024
1 parent 2a23e61 commit 8ea1e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ZenUnitAndMetalMock/ZenUnit.h
Original file line number Diff line number Diff line change
Expand Up @@ -3122,8 +3122,8 @@ namespace ZenUnit
throw anomaly;
}

template<typename ConvertableToBoolType, typename... MessageTypes>
void IS_FALSE_Defined(const ConvertableToBoolType& value, const char* valueText,
template<typename ConvertibleToBoolType, typename... MessageTypes>
void IS_FALSE_Defined(const ConvertibleToBoolType& value, const char* valueText,
FilePathLineNumber filePathLineNumber, const char* messagesText, MessageTypes&&... messages)
{
if (value)
Expand Down

0 comments on commit 8ea1e4c

Please sign in to comment.