Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Wilf Wilson <wilf@wilf-wilson.net>
  • Loading branch information
ChrisJefferson and wilfwilson committed Mar 23, 2021
1 parent c544da8 commit af88a81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/list.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2381,11 +2381,10 @@ DeclareGlobalFunction( "ListWithIdenticalEntries" );
## <Func Name="PlainListCopy" Arg='list'/>
##
## <Description>
## This operation returns a list equal to its argument, in a plain list
## This function returns a list equal to its argument, in a plain list
## representation.
## This is intended for use in certain rare situations,
## such as before objectifying or calling some kernel functions.
## Normally, <C>ConstantAccessTimeList</C> should be enough.
## such as before objectifying, or calling some kernel functions.
## </Description>
## </ManSection>
## <#/GAPDoc>
Expand Down

0 comments on commit af88a81

Please sign in to comment.