Skip to content

Commit 288c243

Browse files
julianobrasiltinayuangao
authored andcommitted
fix unescaped open-close (<>) tags (#7756)
1 parent 4fc3a0b commit 288c243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/icon/icon-registry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export class MatIconRegistry {
181181
}
182182

183183
/**
184-
* Returns an Observable that produces the icon (as an <svg> DOM element) from the given URL.
184+
* Returns an Observable that produces the icon (as an `<svg>` DOM element) from the given URL.
185185
* The response from the URL may be cached so this will not always cause an HTTP request, but
186186
* the produced element will always be a new copy of the originally fetched icon. (That is,
187187
* it will not contain any modifications made to elements previously returned).
@@ -208,7 +208,7 @@ export class MatIconRegistry {
208208
}
209209

210210
/**
211-
* Returns an Observable that produces the icon (as an <svg> DOM element) with the given name
211+
* Returns an Observable that produces the icon (as an `<svg>` DOM element) with the given name
212212
* and namespace. The icon must have been previously registered with addIcon or addIconSet;
213213
* if not, the Observable will throw an error.
214214
*

0 commit comments

Comments
 (0)