diff --git a/doc/range.html b/doc/range.html index 1b4a994..704b68a 100755 --- a/doc/range.html +++ b/doc/range.html @@ -45,7 +45,7 @@
A Range is a concept similar to the STL Container concept. A
- Range provides iterators for accessing a closed-open range
+ Range provides iterators for accessing a half-open range
[first,one_past_last)
of elements and provides
information about the number of elements in the Range. However, a Range has
fewer requirements than a Container.