diff --git a/doc/digraph.xml b/doc/digraph.xml
index f91d237f9..f5207728e 100644
--- a/doc/digraph.xml
+++ b/doc/digraph.xml
@@ -1137,7 +1137,7 @@ gap> OutNeighbours(gr);
graph J(n, k).
The Johnson graph J(n, k) has vertices given by all the
- k-subsets of the range [1 .. k], and two vertices are
+ k-subsets of the range [1 .. n], and two vertices are
connected by an edge iff their intersection has size k - 1.