Skip to content

Commit

Permalink
not using #symbol perform
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed May 7, 2019
1 parent 1688251 commit 3201ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Keymapping-Core/KMKeymap.class.st
Expand Up @@ -146,7 +146,7 @@ KMKeymap >> notifyPartialMatchTo: aListener [
listeners := aListener isCollection
ifTrue: [ aListener ]
ifFalse: [ { aListener } ].
listeners do: #partialMatch
listeners do: [ :each | each partialMatch ]
]

{ #category : #matching }
Expand Down

0 comments on commit 3201ded

Please sign in to comment.