Skip to content

Commit a3369a8

Browse files
committed
build: fix broken API check (#28098)
Fixes that the API golden check is currently failing. (cherry picked from commit e181615)
1 parent df5e9c4 commit a3369a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/public_api_guard/material/autocomplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class MatAutocompleteTrigger implements ControlValueAccessor, AfterViewIn
190190
// (undocumented)
191191
_handleKeydown(event: KeyboardEvent): void;
192192
// (undocumented)
193-
static ngAcceptInputType_autocompleteDisabled: unknown;
193+
static ngAcceptInputType_autocompleteDisabled: unknown /** Handles keyboard events coming from the overlay panel. */;
194194
// (undocumented)
195195
ngAfterViewInit(): void;
196196
// (undocumented)

0 commit comments

Comments
 (0)