File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ export class MatIconRegistry {
181
181
}
182
182
183
183
/**
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.
185
185
* The response from the URL may be cached so this will not always cause an HTTP request, but
186
186
* the produced element will always be a new copy of the originally fetched icon. (That is,
187
187
* it will not contain any modifications made to elements previously returned).
@@ -208,7 +208,7 @@ export class MatIconRegistry {
208
208
}
209
209
210
210
/**
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
212
212
* and namespace. The icon must have been previously registered with addIcon or addIconSet;
213
213
* if not, the Observable will throw an error.
214
214
*
You can’t perform that action at this time.
0 commit comments