Skip to content

Commit 54d10d4

Browse files
committed
Fix typo in JohnsonDigraph documentation
1 parent 4d974f0 commit 54d10d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/digraph.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ gap> OutNeighbours(gr);
11371137
graph</E> <M>J(n, k)</M>. <P/>
11381138

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

11431143
<Example><![CDATA[

0 commit comments

Comments
 (0)