Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/opers.c: tweak and cleanup code; add tests #2296

Merged
merged 11 commits into from
Mar 27, 2018
2 changes: 1 addition & 1 deletion lib/oper.g
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ end );
BIND_GLOBAL( "UntraceMethods", function( arg )
local fun;
if LEN_LIST( arg ) = 0 then
Error("`TraceMethods' require at least one argument");
Error("`UntraceMethods' require at least one argument");
fi;
if IS_LIST(arg[1]) then
arg := arg[1];
Expand Down
Loading