mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Fix typo in baseRandom doc. [ci skip]
This commit is contained in:
2
dist/lodash.compat.js
vendored
2
dist/lodash.compat.js
vendored
@@ -1409,7 +1409,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `_.random` without argument juggling or support
|
* The base implementation of `_.random` without argument juggling or support
|
||||||
* for ruturning floating-point numbers.
|
* for returning floating-point numbers.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {number} min The minimum possible value.
|
* @param {number} min The minimum possible value.
|
||||||
|
|||||||
2
dist/lodash.js
vendored
2
dist/lodash.js
vendored
@@ -1133,7 +1133,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `_.random` without argument juggling or support
|
* The base implementation of `_.random` without argument juggling or support
|
||||||
* for ruturning floating-point numbers.
|
* for returning floating-point numbers.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {number} min The minimum possible value.
|
* @param {number} min The minimum possible value.
|
||||||
|
|||||||
2
dist/lodash.underscore.js
vendored
2
dist/lodash.underscore.js
vendored
@@ -559,7 +559,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `_.random` without argument juggling or support
|
* The base implementation of `_.random` without argument juggling or support
|
||||||
* for ruturning floating-point numbers.
|
* for returning floating-point numbers.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {number} min The minimum possible value.
|
* @param {number} min The minimum possible value.
|
||||||
|
|||||||
@@ -1425,7 +1425,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The base implementation of `_.random` without argument juggling or support
|
* The base implementation of `_.random` without argument juggling or support
|
||||||
* for ruturning floating-point numbers.
|
* for returning floating-point numbers.
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @param {number} min The minimum possible value.
|
* @param {number} min The minimum possible value.
|
||||||
|
|||||||
Reference in New Issue
Block a user