From 3325d3a3f8cb420c15696915179c842ab9a3d734 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 30 Oct 2010 14:32:50 +0000 Subject: [PATCH] Link fixes. [SVN r66273] --- string/doc/usage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/doc/usage.xml b/string/doc/usage.xml index 2dafad4..3b7e220 100644 --- a/string/doc/usage.xml +++ b/string/doc/usage.xml @@ -57,7 +57,7 @@ The magic of Boost.Range provides a uniform way of handling different string types. If there is a need to pass a pair of iterators, - boost::iterator_range + boost::iterator_range can be used to package iterators into a structure with a compatible interface.