Skip to content

Commit b6c462f

Browse files
authored
chore(icon): fix comment referring to deprecated Md (#8940)
1 parent 6794722 commit b6c462f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/icon/icon-registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ export function ICON_REGISTRY_PROVIDER_FACTORY(
488488

489489
/** @docs-private */
490490
export const ICON_REGISTRY_PROVIDER = {
491-
// If there is already an MdIconRegistry available, use that. Otherwise, provide a new one.
491+
// If there is already an MatIconRegistry available, use that. Otherwise, provide a new one.
492492
provide: MatIconRegistry,
493493
deps: [
494494
[new Optional(), new SkipSelf(), MatIconRegistry],

0 commit comments

Comments
 (0)