Skip to content

Commit

Permalink
Fix typo in JohnsonDigraph documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Jun 11, 2019
1 parent 4d974f0 commit 54d10d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/digraph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ gap> OutNeighbours(gr);
graph</E> <M>J(n, k)</M>. <P/>

The <E>Johnson graph</E> <M>J(n, k)</M> has vertices given by all the
<A>k</A>-subsets of the range <C>[1 .. <A>k</A>]</C>, and two vertices are
<A>k</A>-subsets of the range <C>[1 .. <A>n</A>]</C>, and two vertices are
connected by an edge iff their intersection has size <M><A>k</A> - 1</M>.

<Example><![CDATA[
Expand Down

0 comments on commit 54d10d4

Please sign in to comment.