Skip to content

Commit d6be4b9

Browse files
HazardyKnusperkeksrollbear
authored andcommitted
strong_ordering: Fix Typo
1 parent 8a2b339 commit d6be4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/strong_type/strong_ordering.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class strong_ordering::modifier<::strong::type<T, Tag, M...>>
2323
STRONG_CONSTEXPR
2424
std::strong_ordering operator<=>(const type& lh, const type& rh) noexcept
2525
{
26-
return value_of(lh) <=> alue_of(rh);
26+
return value_of(lh) <=> value_of(rh);
2727
}
2828
};
2929
}

0 commit comments

Comments
 (0)