Skip to content

Commit

Permalink
Syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Nov 24, 2023
1 parent 5165b2a commit f71e424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Kepler-Notifications/Subscription.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Subscription class >> of: aSubjectOfInterest to: anEventType toBeNotifiedSending

AssertionChecker
enforce: [ aMessage argumentCount < 2 ]
because: 'Selector should have zero or one argument at most' ]
because: 'Selector should have zero or one argument at most'.

^ self new
initializeOf: aSubjectOfInterest
Expand Down

0 comments on commit f71e424

Please sign in to comment.