Skip to content

Commit 5416f88

Browse files
Fixes for upstream changes
1 parent b81ebc6 commit 5416f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gap/deprecated.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

1616
InstallMethod(DotDigraph, "for a digraph", [IsDigraph],

0 commit comments

Comments
 (0)