Skip to content

Commit 98f98b8

Browse files
committed
nit: jsdoc typo
1 parent 1cd392e commit 98f98b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/parsers/parsers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @template T
1414
* @param {string} type The event type.
1515
* @param {T} data The event data.
16-
* @return {CustomEvent<T>} The new event.
16+
* @returns {CustomEvent<T>} The new event.
1717
*/
1818
export function createEvent(type, data) {
1919
return new CustomEvent(type, { detail: data });

0 commit comments

Comments
 (0)