Skip to content

Commit 73d54a4

Browse files
crisbetojelbourn
authored andcommitted
chore: fix selection lint warning (#12872)
Fixes a lint warning that got in through a long-running PR.
1 parent cef2e1e commit 73d54a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/collections/selection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class SelectionModel<T> {
3939
/**
4040
* Event emitted when the value has changed.
4141
* @deprecated Use `changed` instead.
42-
* @deletion-target 8.0.0 To be changed to `changed`
42+
* @breaking-change 8.0.0 To be changed to `changed`
4343
*/
4444
onChange: Subject<SelectionChange<T>> | null = this.changed;
4545

0 commit comments

Comments
 (0)