From 1f8e1d2a29c3a53d29dcd8b8422be0b2cb47e1df Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 13 Oct 2013 15:53:45 -0700 Subject: [PATCH] Fix typo in `baseRandom` doc. [ci skip] --- dist/lodash.compat.js | 2 +- dist/lodash.js | 2 +- dist/lodash.underscore.js | 2 +- lodash.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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.