Skip to content

Commit

Permalink
Use SetFilterObj instead of undocumented SetFeatureObj
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 2, 2018
1 parent 9bd6151 commit 810adef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/help.gi
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GUARANA.IsWeightedCollector := function( coll )
return false;
fi;
fi;
SetFeatureObj( coll, IsWeightedCollector, true );
SetFilterObj( coll, IsWeightedCollector );
return true;
end;

0 comments on commit 810adef

Please sign in to comment.