Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Oct 18, 2021
1 parent bcb2098 commit ab1520b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queueMicrotask.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import queueMicrotask_ from 'core-js-pure/features/queue-microtask'
/**
* An alternative to standard `queueMicrotask()` function.
*
* This is just of mirror of core-js's implementation for compatibility.
* This is just of mirror of core-js' implementation for compatibility.
*
* @param {Function} fct The function to call in a microtask.
*/
Expand Down

0 comments on commit ab1520b

Please sign in to comment.