diff --git a/src/fake-timers-src.js b/src/fake-timers-src.js index 7691504..d8c6a6f 100644 --- a/src/fake-timers-src.js +++ b/src/fake-timers-src.js @@ -28,14 +28,14 @@ if (typeof require === "function" && typeof module === "object") { /** * @callback NextTick * @param {VoidVarArgsFunc} callback - the callback to run - * @param {...*} arguments - optional arguments to call the callback with + * @param {...*} args - optional arguments to call the callback with * @returns {void} */ /** * @callback SetImmediate * @param {VoidVarArgsFunc} callback - the callback to run - * @param {...*} arguments - optional arguments to call the callback with + * @param {...*} args - optional arguments to call the callback with * @returns {NodeImmediate} */