Skip to content

Commit

Permalink
Rename parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jul 16, 2024
1 parent 5e8cfbc commit c5c7a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Spec2-Core/SpCollectionListModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ SpCollectionListModel >> hasElementAt: index [
]

{ #category : 'accessing' }
SpCollectionListModel >> indexOf: anIndex ifAbsent: aBlock [
SpCollectionListModel >> indexOf: anItem ifAbsent: aBlock [

^ collection identityIndexOf: anIndex ifAbsent: aBlock
^ collection identityIndexOf: anItem ifAbsent: aBlock
]

{ #category : 'initialization' }
Expand Down

0 comments on commit c5c7a66

Please sign in to comment.