Skip to content

Commit

Permalink
Merge pull request magritte-metamodel#346 from seandenigris/bug_actio…
Browse files Browse the repository at this point in the history
…n-comparison2

[Bug]: action comparison
  • Loading branch information
seandenigris authored Jan 14, 2024
2 parents 7687c26 + a45b459 commit f1f43b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Magritte-Model/MAActionDescription.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ MAActionDescription >> <= anObject [

{ #category : #comparing }
MAActionDescription >> = anObject [
^ super = anObject and: [ self action = anObject action ]
^ self == anObject
]

{ #category : #accessing }
Expand Down

0 comments on commit f1f43b4

Please sign in to comment.