diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm index c46083b..92d86f2 100644 --- a/iterator_adaptors.htm +++ b/iterator_adaptors.htm @@ -484,7 +484,7 @@ int main(int, char*[])
[2] The result type for the operator->() depends on the category and value type of the iterator and is somewhat complicated to describe. But be assured, it works - in a stardard corforming fashion, providing access to members + in a stardard conforming fashion, providing access to members of the objects pointed to by the iterator.