diff --git a/doc/algorithm.qbk b/doc/algorithm.qbk index 915aecba..bdcb66bb 100644 --- a/doc/algorithm.qbk +++ b/doc/algorithm.qbk @@ -2258,7 +2258,7 @@ Returns the result type of __remove__, given the sequence and removal types. * A model of __forward_sequence__. * A model of __associative_sequence__ if `Sequence` implements the __associative_sequence__ model. -[*Semantics]: Returns a sequence containing the elements of `Sequence` not of type `T`. Equivalent to `__result_of_replace_if__ >::type`. +[*Semantics]: Returns a sequence containing the elements of `Sequence` not of type `T`. Equivalent to `__result_of_remove_if__ >::type`. [heading Complexity] Constant.