From f71e42428fa62b7adb2291169198695e2a2df320 Mon Sep 17 00:00:00 2001 From: Mariano Saura Date: Fri, 24 Nov 2023 14:45:32 -0300 Subject: [PATCH] Syntax error fix --- source/Kepler-Notifications/Subscription.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Kepler-Notifications/Subscription.class.st b/source/Kepler-Notifications/Subscription.class.st index d44491a..38dc326 100644 --- a/source/Kepler-Notifications/Subscription.class.st +++ b/source/Kepler-Notifications/Subscription.class.st @@ -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