mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Fix return tag on processSvg (#946)
The `@returns` line for the `processSvg` function was using `@param`
This commit is contained in:
parent
a08d064842
commit
734f3f5114
@ -7,7 +7,7 @@ import DEFAULT_ATTRS from '../src/default-attrs.json';
|
|||||||
/**
|
/**
|
||||||
* Process SVG string.
|
* Process SVG string.
|
||||||
* @param {string} svg - An SVG string.
|
* @param {string} svg - An SVG string.
|
||||||
* @param {Promise<string>}
|
* @returns {Promise<string>}
|
||||||
*/
|
*/
|
||||||
function processSvg(svg) {
|
function processSvg(svg) {
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user