diff options
Diffstat (limited to 'libcxx/test/std/algorithms')
-rw-r--r-- | libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp b/libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp index ca87f6e..a975031 100644 --- a/libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp +++ b/libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp @@ -35,7 +35,7 @@ struct Bar { Bar create() const { return Bar(); } }; -// Invokes both the (iterator, sentinel, ...) and the (range, ...) overloads of the given niebloid. +// Invokes both the (iterator, sentinel, ...) and the (range, ...) overloads of the given algorithm function object. // (in, ...) template <class Func, std::ranges::range Input, class... Args> |