diff --git a/doc/attr.xml b/doc/attr.xml index 42649c41b..e24d817c4 100644 --- a/doc/attr.xml +++ b/doc/attr.xml @@ -143,7 +143,7 @@ gap> DigraphNrEdges(D); An integer. Returns the number of pairs of adjacent vertices of the digraph digraph. This - function is agnostic to the direction of an edge, so if digraph constains both the edges (a, + function is agnostic to the direction of an edge, so if digraph contains both the edges (a, b) and (b, a), this only counts as one adjacency. The following equality holds for any digraph D with no multiple edges: DigraphNrAdjacencies(D) * 2 - DigraphNrLoops(D) = DigraphNrEdges(DigraphSymmetricClosure(D))