Fix typo in baseRandom doc. [ci skip]

This commit is contained in:
John-David Dalton
2013-10-13 15:53:45 -07:00
parent b30a948601
commit 1f8e1d2a29
4 changed files with 4 additions and 4 deletions

View File

@@ -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.

2
dist/lodash.js vendored
View File

@@ -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.

View File

@@ -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.

View File

@@ -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.