From 16272c210dfcdca541805975fd3e62ca0c5be3e8 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 13 Feb 2001 04:24:24 +0000 Subject: [PATCH] fixed typo [SVN r9183] --- iterator_adaptors.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.