Fixed spelling typo

[SVN r62099]
This commit is contained in:
Jeremiah Willcock
2010-05-19 23:07:11 +00:00
parent c048688bfa
commit a0d982cdb4
+1 -1
View File
@@ -22,7 +22,7 @@ PropertyGraph
A PropertyGraph is a graph that has some property associated with each
of the vertices or edges in the graph. As a given graph may have
several properties associated with each vertex or edge, a tag is used
to identity which property is being accessed. The graph provides a
to identify which property is being accessed. The graph provides a
function which returns a property map object.
<P>