Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards committed Sep 4, 2024
1 parent 3bd82a7 commit 53eb0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/attr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ gap> DigraphNrEdges(D);
<Attr Name="DigraphNrAdjacencies" Arg="digraph" />
<Returns>An integer.</Returns>
<Description> Returns the number of pairs of adjacent vertices of the digraph <A>digraph</A>. This
function is agnostic to the direction of an edge, so if <A>digraph</A> constains both the edges <M>(a,
function is agnostic to the direction of an edge, so if <A>digraph</A> contains both the edges <M>(a,
b)</M> and <M>(b, a)</M>, this only counts as one adjacency. The following equality holds for
any digraph <C>D</C> with no multiple edges: <C>DigraphNrAdjacencies(D) * 2 - DigraphNrLoops(D)
= DigraphNrEdges(DigraphSymmetricClosure(D))</C>
Expand Down

0 comments on commit 53eb0f8

Please sign in to comment.