Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58783 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2010-01-06 19:15:38


Author: jewillco
Date: 2010-01-06 19:15:38 EST (Wed, 06 Jan 2010)
New Revision: 58783
URL: http://svn.boost.org/trac/boost/changeset/58783

Log:
Fixed typo
Text files modified:
   trunk/libs/graph/doc/graph_concepts.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/doc/graph_concepts.html
==============================================================================
--- trunk/libs/graph/doc/graph_concepts.html (original)
+++ trunk/libs/graph/doc/graph_concepts.html 2010-01-06 19:15:38 EST (Wed, 06 Jan 2010)
@@ -421,7 +421,7 @@
 In the example below the edge equality test will return <TT>false</TT>
 for the directed graph and <TT>true</TT> for the undirected graph. The
 difference also affects the meaning of <TT>add_edge()</TT>. In the
-example below, if we had also written <TT>add_add(v, u,
+example below, if we had also written <TT>add_edge(v, u,
 undigraph)</TT>, this would have added a parallel edge between
 <i>u</i> and <i>v</i> (provided the graph type allows parallel
 edges). The difference in edge equality also affects the association


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