|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58784 - branches/release/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2010-01-06 19:17:39
Author: jewillco
Date: 2010-01-06 19:17:39 EST (Wed, 06 Jan 2010)
New Revision: 58784
URL: http://svn.boost.org/trac/boost/changeset/58784
Log:
Merged r58783 from trunk, fixing doc typo
Text files modified:
branches/release/libs/graph/doc/graph_concepts.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/graph/doc/graph_concepts.html
==============================================================================
--- branches/release/libs/graph/doc/graph_concepts.html (original)
+++ branches/release/libs/graph/doc/graph_concepts.html 2010-01-06 19:17:39 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