Skip to content

Commit 8a497ec

Browse files
committed
Fix a typo in a comment
1 parent c5c78df commit 8a497ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gap/grahom.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function(D, n)
107107
fi;
108108
fi;
109109

110-
# Only the null D with 0 vertices can be coloured with 0 colours
110+
# Only the null digraph with 0 vertices can be coloured with 0 colours
111111
if n = 0 then
112112
if DigraphNrVertices(D) = 0 then
113113
return IdentityTransformation;

0 commit comments

Comments
 (0)