Skip to content

Commit 5b50300

Browse files
josephperrottjelbourn
authored andcommitted
doc(paginator): clarify MatPaginatorIntl changes stream usage. (#13029)
1 parent 4f58d5a commit 5b50300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/paginator/paginator-intl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import {Subject} from 'rxjs';
1717
@Injectable({providedIn: 'root'})
1818
export class MatPaginatorIntl {
1919
/**
20-
* Stream that emits whenever the labels here are changed. Use this to notify
21-
* components if the labels have changed after initialization.
20+
* Stream to emit from when labels are changed. Use this to notify components when the labels have
21+
* changed after initialization.
2222
*/
2323
readonly changes: Subject<void> = new Subject<void>();
2424

0 commit comments

Comments
 (0)