diff --git a/doc/reference/ranges/any_range.qbk b/doc/reference/ranges/any_range.qbk index 6ff224e..1888ed8 100644 --- a/doc/reference/ranges/any_range.qbk +++ b/doc/reference/ranges/any_range.qbk @@ -7,7 +7,7 @@ [heading Description] -`any_range` is a range that has the type information erased hence a `any_range` +`any_range` is a range that has the type information erased hence a `any_range` can be used to represent a `std::vector`, a `std::list` or many other types. The __type_erasure_article__ covers the motivation and goals of type erasure in this context. Clearly