Skip to content

Commit

Permalink
Update gap/oper.gi
Browse files Browse the repository at this point in the history
Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
  • Loading branch information
DanielPointon and james-d-mitchell authored Feb 13, 2024
1 parent 753c907 commit e5d512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/oper.gi
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ InstallMethod(IsOrderIdeal, "for a digraph and a list of vertices",
function(D, roots)
local reachable_vertices, vertex_in_subset, i, N;
if not IsPartialOrderDigraph(D) then
ErrorNoReturn("the 1st element (a digraph) must be a partial order digraph");
ErrorNoReturn("the 1st argument (a digraph) must be a partial order digraph");
fi;

N := Length(roots);
Expand Down

0 comments on commit e5d512b

Please sign in to comment.