Skip to content

Commit 1d87526

Browse files
committed
fix(conform-to): fix naming
1 parent 08176f9 commit 1d87526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/stdsharp/compare/compare.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace stdsharp
1515
return c == std::partial_ordering::unordered;
1616
}
1717

18-
constexpr bool comform_to(const std::partial_ordering l, decltype(l) r) noexcept
18+
constexpr bool conform_to(const std::partial_ordering l, decltype(l) r) noexcept
1919
{
2020
return is_eq(l) || l == r;
2121
}

0 commit comments

Comments
 (0)