Skip to content

Commit

Permalink
selector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Durieux Pol committed Mar 20, 2024
1 parent eabc996 commit c7f72ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MuTalk-Model/MTAnalysis.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ MTAnalysis >> operators: anObject [
]

{ #category : 'accessing' }
MTAnalysis >> packageToMutate: aCollectionOfPackages [
MTAnalysis >> packagesToMutate: aCollectionOfPackages [

modelClasses := aCollectionOfPackages flatCollect: [ :packageName |
packageName asPackage definedClasses ]
Expand Down

0 comments on commit c7f72ce

Please sign in to comment.