summaryrefslogtreecommitdiffstats
path: root/core/src/globals.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/globals.js')
-rw-r--r--core/src/globals.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/globals.js b/core/src/globals.js
index 45a2fba3dd4..9c8f305f39a 100644
--- a/core/src/globals.js
+++ b/core/src/globals.js
@@ -69,7 +69,7 @@ const warnIfNotTesting = function() {
*
* @param {Function} func the library to deprecate
* @param {string} funcName the name of the library
- * @param {Int} version the version this gets removed
+ * @param {number} version the version this gets removed
* @return {Function}
*/
const deprecate = (func, funcName, version) => {