#70: renamed odd to oddInteger and even to evenInteger for clarity (#77)

This commit is contained in:
Scottie Enriquez 2019-02-02 00:22:23 -06:00 committed by Sindre Sorhus
parent 641d856b36
commit cbd9f061c5
3 changed files with 11 additions and 10 deletions

View file

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