diff --git a/dist/lodash.compat.js b/dist/lodash.compat.js index abd4f3908..941f4dfcd 100644 --- a/dist/lodash.compat.js +++ b/dist/lodash.compat.js @@ -1409,7 +1409,7 @@ /** * The base implementation of `_.random` without argument juggling or support - * for ruturning floating-point numbers. + * for returning floating-point numbers. * * @private * @param {number} min The minimum possible value. diff --git a/dist/lodash.js b/dist/lodash.js index f24696258..249960fe1 100644 --- a/dist/lodash.js +++ b/dist/lodash.js @@ -1133,7 +1133,7 @@ /** * The base implementation of `_.random` without argument juggling or support - * for ruturning floating-point numbers. + * for returning floating-point numbers. * * @private * @param {number} min The minimum possible value. diff --git a/dist/lodash.underscore.js b/dist/lodash.underscore.js index 23fc5b936..7894dc8c9 100644 --- a/dist/lodash.underscore.js +++ b/dist/lodash.underscore.js @@ -559,7 +559,7 @@ /** * The base implementation of `_.random` without argument juggling or support - * for ruturning floating-point numbers. + * for returning floating-point numbers. * * @private * @param {number} min The minimum possible value. diff --git a/lodash.js b/lodash.js index e842afa3d..fa0352c2b 100644 --- a/lodash.js +++ b/lodash.js @@ -1425,7 +1425,7 @@ /** * The base implementation of `_.random` without argument juggling or support - * for ruturning floating-point numbers. + * for returning floating-point numbers. * * @private * @param {number} min The minimum possible value.