diff --git a/src/Spec2-Commands/SpBrowseMethodVersionsCommand.class.st b/src/Spec2-Commands/SpBrowseMethodVersionsCommand.class.st index 2fce5685..560746c4 100644 --- a/src/Spec2-Commands/SpBrowseMethodVersionsCommand.class.st +++ b/src/Spec2-Commands/SpBrowseMethodVersionsCommand.class.st @@ -11,7 +11,7 @@ Class { { #category : 'default' } SpBrowseMethodVersionsCommand class >> defaultDescription [ - 'Browse history of the method' + ^'Browse history of the method' ] { #category : 'default' }