We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d974f0 commit 54d10d4Copy full SHA for 54d10d4
doc/digraph.xml
@@ -1137,7 +1137,7 @@ gap> OutNeighbours(gr);
1137
graph</E> <M>J(n, k)</M>. <P/>
1138
1139
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
+ <A>k</A>-subsets of the range <C>[1 .. <A>n</A>]</C>, and two vertices are
1141
connected by an edge iff their intersection has size <M><A>k</A> - 1</M>.
1142
1143
<Example><![CDATA[
0 commit comments