Skip to content

Commit 42e7c94

Browse files
committed
fix(material/paginator): fix comment
fix comment fixes #286098030
1 parent a5150e7 commit 42e7c94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/material/paginator/paginator.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ export class MatPaginator implements OnInit, OnDestroy {
211211
@ViewChild('lastButton', {read: ElementRef, static: false})
212212
lastButtonRef: ElementRef;
213213

214-
/** Function to change focus to next appropriate button whenever
215-
* current button becomes disabled and focus comes off*/
214+
/** Changes focus to next appropriate button whenever current button becomes disabled. */
216215
handleButtonBlur(buttonRef: MatIconButton) {
217216
const button = buttonRef._elementRef.nativeElement;
218217
const nextButton = this.nextButtonRef.nativeElement;

0 commit comments

Comments
 (0)