Skip to content

Commit a4fb212

Browse files
committed
chore(icon): fix comment referring to deprecated Md (#8940)
1 parent 46411e3 commit a4fb212

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)