Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52228 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2009-04-07 11:53:07


Author: jewillco
Date: 2009-04-07 11:53:05 EDT (Tue, 07 Apr 2009)
New Revision: 52228
URL: http://svn.boost.org/trac/boost/changeset/52228

Log:
Fixed types from bug #2480
Text files modified:
   trunk/libs/graph/doc/dijkstra_shortest_paths.html | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/graph/doc/dijkstra_shortest_paths.html
==============================================================================
--- trunk/libs/graph/doc/dijkstra_shortest_paths.html (original)
+++ trunk/libs/graph/doc/dijkstra_shortest_paths.html 2009-04-07 11:53:05 EDT (Tue, 07 Apr 2009)
@@ -80,8 +80,8 @@
 <i>u in V</i>, <i>p[u]</i> will be the predecessor of <i>u</i> in
 the shortest paths tree (unless <i>p[u] = u</i>, in which case <i>u</i> is
 either the source or a vertex unreachable from the source). In
-addition to these two options, the user can provide there own
-custom-made visitor that can takes actions during any of the
+addition to these two options, the user can provide their own
+custom-made visitor that takes actions during any of the
 algorithm's event points.</P>
 
 <P>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk