#70: renamed odd to oddInteger and even to evenInteger for clarity
This commit is contained in:
parent
ab586df0f9
commit
97107a13a1
3 changed files with 10 additions and 10 deletions
|
|
@ -374,11 +374,11 @@ is.observable(new Observable());
|
|||
|
||||
Check if `value` is `Infinity` or `-Infinity`.
|
||||
|
||||
##### .even(value)
|
||||
##### .evenInteger(value)
|
||||
|
||||
Returns `true` if `value` is an even integer.
|
||||
|
||||
##### .odd(value)
|
||||
##### .oddInteger(value)
|
||||
|
||||
Returns `true` if `value` is an odd integer.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue