Skip to content

Commit e181615

Browse files
authored
build: fix broken API check (#28098)
Fixes that the API golden check is currently failing.
1 parent d5d468a commit e181615

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)