From ca9f49ccff2bc10a0d49e3ca5e19e54dc84ba5b2 Mon Sep 17 00:00:00 2001 From: Koen De Hondt Date: Fri, 25 Oct 2024 12:37:17 +0200 Subject: [PATCH] Correct message in example of SpApplication class comment. --- src/Spec2-Core/SpApplication.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spec2-Core/SpApplication.class.st b/src/Spec2-Core/SpApplication.class.st index 29cb5dbf..5a1b2ef6 100644 --- a/src/Spec2-Core/SpApplication.class.st +++ b/src/Spec2-Core/SpApplication.class.st @@ -36,7 +36,7 @@ Example: ``` MyApplication>>start - (self new: MyMainPresenter) openWithSpec + (self new: MyMainPresenter) open ```