Skip to content

Commit c6a5c16

Browse files
committed
Update greater_than_comparable.hpp
1 parent a3e378d commit c6a5c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xtd.core/include/xtd/helpers/greater_than_comparable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace xtd {
1313
/// @par Definition
1414
/// ```cpp
1515
/// template<typename value_t>
16-
/// concept less_than_comparable;
16+
/// concept greater_than_comparable;
1717
/// ```
1818
/// @par Header
1919
/// ```cpp

0 commit comments

Comments
 (0)