mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
comment tweak
This commit is contained in:
@@ -824,7 +824,7 @@
|
|||||||
return toString.call(obj) == '[object Number]';
|
return toString.call(obj) == '[object Number]';
|
||||||
};
|
};
|
||||||
|
|
||||||
// Is a givin number finite?
|
// Is a given object a finite number?
|
||||||
_.isFinite = function(obj) {
|
_.isFinite = function(obj) {
|
||||||
return _.isNumber(obj) && isFinite(obj);
|
return _.isNumber(obj) && isFinite(obj);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user