Skip to content

Commit

Permalink
[Doc]: Better Argument Name
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Oct 11, 2024
1 parent 50f5f40 commit a8bac32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MyPeople/MpRelatableEntity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ MpRelatableEntity >> website [
]

{ #category : #accessing }
MpRelatableEntity >> website: anObject [
website := anObject
MpRelatableEntity >> website: aUrl [
website := aUrl
]

{ #category : #'magritte-accessing' }
Expand Down

0 comments on commit a8bac32

Please sign in to comment.