Skip to content

Commit f72a569

Browse files
committed
tweak comment
1 parent 8c9a955 commit f72a569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/form-field/form-field.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export class MatFormField
308308
// Unique id for the hint label.
309309
readonly _hintLabelId = this._idGenerator.getId('mat-mdc-hint-');
310310

311-
// Ids obtained from the fields
311+
// Ids obtained from the error and hint fields
312312
private _describedByIds: string[] | undefined;
313313

314314
/** Gets the current form field control */

0 commit comments

Comments
 (0)