Skip to content

Commit

Permalink
Merge pull request #1465 from StevenCostiou/Fixing-missing-return-in-…
Browse files Browse the repository at this point in the history
…command

There was a missing return in a description accessor
  • Loading branch information
MarcusDenker authored Oct 18, 2023
2 parents 64b06c1 + 1baf6b6 commit 00439f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Commands/SpBrowseMethodVersionsCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Class {

{ #category : 'default' }
SpBrowseMethodVersionsCommand class >> defaultDescription [
'Browse history of the method'
^'Browse history of the method'
]

{ #category : 'default' }
Expand Down

0 comments on commit 00439f9

Please sign in to comment.