Skip to content

Commit

Permalink
Fixes for upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed May 15, 2024
1 parent b81ebc6 commit 5416f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/deprecated.gi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

BindGlobal("_PrintDeprecated", function(old, arg...)
Info(InfoWarning, 1, "`", old, "` is deprecated and will be removed in v3",
" use `", Concatenation(List(arg, String)), "` instead!");
" use `", Concatenation(List(arg, AsString)), "` instead!");
end);

InstallMethod(DotDigraph, "for a digraph", [IsDigraph],
Expand Down

0 comments on commit 5416f88

Please sign in to comment.