mirror of
https://github.com/boostorg/graph.git
synced 2026-01-19 04:12:11 +00:00
Fix minor typo in AdjacencyGraph docs
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
AdjacencyGraph
|
||||
</H2>
|
||||
|
||||
The AdjacencyGraph concept provides and interface for efficient access
|
||||
The AdjacencyGraph concept provides an interface for efficient access
|
||||
of the adjacent vertices to a vertex in a graph. This is quite similar
|
||||
to the <a href="./IncidenceGraph.html">IncidenceGraph</a> concept (the
|
||||
target of an out-edge is an adjacent vertex). Both concepts are
|
||||
|
||||
Reference in New Issue
Block a user