$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56797 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2009-10-13 15:28:06
Author: jewillco
Date: 2009-10-13 15:28:05 EDT (Tue, 13 Oct 2009)
New Revision: 56797
URL: http://svn.boost.org/trac/boost/changeset/56797
Log:
Small wording changes
Text files modified: 
   trunk/libs/graph/doc/incremental_components.html |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/graph/doc/incremental_components.html
==============================================================================
--- trunk/libs/graph/doc/incremental_components.html	(original)
+++ trunk/libs/graph/doc/incremental_components.html	2009-10-13 15:28:05 EDT (Tue, 13 Oct 2009)
@@ -329,13 +329,13 @@
 </PRE>
 
 <P>
-<tt>component_index</tt> is a class that provides an STL
+The <tt>component_index</tt> class provides an STL
 container-like view for the components of the graph. Each component is
 a container-like object, and access is provided via
 the <TT>operator[]</TT>.  A <TT>component_index</TT> object is
 initialized with the parents property in the disjoint-sets calculated
 from the <TT>incremental_components()</TT> function.  Optionally, a
-vertex -> index property map is passed in
+vertex -> index property map is passed in
 (<tt>identity_property_map</tt> is used by default).
 
 <P>