Skip to content

Commit

Permalink
Reverted wrong replacement of #keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque committed Aug 28, 2019
1 parent 53f7311 commit 83312b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hermes-Extensions/HEDuplicationModeStrategy.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Class {
{ #category : #'as yet unclassified' }
HEDuplicationModeStrategy class >> forOption: keyword [
^ (self allSubclasses
detect: [ :e | e selector = keyword ]
detect: [ :e | e keyword = keyword ]
ifNone: [ self error: 'There is no duplication strategy for ''' , keyword , '''' ]) new
]

Expand Down

0 comments on commit 83312b1

Please sign in to comment.