diff --git a/src/Spec2-Core/SpDropListPresenter.class.st b/src/Spec2-Core/SpDropListPresenter.class.st index 8c9013d4..ccdfce3f 100644 --- a/src/Spec2-Core/SpDropListPresenter.class.st +++ b/src/Spec2-Core/SpDropListPresenter.class.st @@ -352,15 +352,11 @@ SpDropListPresenter >> whenSelectedItemChangedDo: aBlock [ { #category : 'api - events' } SpDropListPresenter >> whenSelectionChangedDo: aBlock [ "Inform when the selection is changed. - The method should be used only if you are interested in the fact that there was - a change, without caring about what has changed. + The method should be used only if you are interested in the fact that + there was a change, without caring about what has changed. If you are interested in the items, use `SpDropListPresenter>>#whenSelectedItemChanged:` - - `aBlock` receive 3 optional arguments: - - new value - - old value - - announcement triggered" + `aBlock` receives an optional argument with the selection object." selection whenChangedDo: aBlock ]