diff --git a/src/util.js b/src/util.js index 7de64a8f..ea3ee8f5 100644 --- a/src/util.js +++ b/src/util.js @@ -57,7 +57,7 @@ export default { /** * Get transferable objects to pass buffers with zero copy (similar to "pass by reference" in C++) * See: https://developer.mozilla.org/en-US/docs/Web/API/Worker/postMessage - * @param {Object} options the options object to be passed to the web worker + * @param {Object} obj the options object to be passed to the web worker * @return {Array} an array of binary data to be passed */ getTransferables: function(obj) {