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 b81ebc6 commit 5416f88Copy full SHA for 5416f88
gap/deprecated.gi
@@ -10,7 +10,7 @@
10
11
BindGlobal("_PrintDeprecated", function(old, arg...)
12
Info(InfoWarning, 1, "`", old, "` is deprecated and will be removed in v3",
13
- " use `", Concatenation(List(arg, String)), "` instead!");
+ " use `", Concatenation(List(arg, AsString)), "` instead!");
14
end);
15
16
InstallMethod(DotDigraph, "for a digraph", [IsDigraph],
0 commit comments