Skip to content

Commit

Permalink
Merge pull request #1634 from koendehondt/gh-pharo-17119
Browse files Browse the repository at this point in the history
Correct message in example of SpApplication class comment
  • Loading branch information
MarcusDenker authored Oct 25, 2024
2 parents 1bd0653 + ca9f49c commit 8e3e118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Core/SpApplication.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Example:
```
MyApplication>>start
(self new: MyMainPresenter) openWithSpec
(self new: MyMainPresenter) open
```
Expand Down

0 comments on commit 8e3e118

Please sign in to comment.