diff --git a/folly/Range.h b/folly/Range.h index b04505b68c8..06614f77162 100644 --- a/folly/Range.h +++ b/folly/Range.h @@ -1466,7 +1466,7 @@ std::enable_if_t::value, bool> operator>( } /** - * operator< through conversion for Range + * operator<= through conversion for Range */ template std::enable_if_t::value, bool> operator<=( @@ -1475,7 +1475,7 @@ std::enable_if_t::value, bool> operator<=( } /** - * operator> through conversion for Range + * operator>= through conversion for Range */ template std::enable_if_t::value, bool> operator>=(