forked from orbit-oss/is
Fix readme headings (#202)
This commit is contained in:
parent
1acbd9e202
commit
0e687a23a8
1 changed files with 2 additions and 2 deletions
|
|
@ -450,11 +450,11 @@ function foo() {
|
||||||
foo();
|
foo();
|
||||||
```
|
```
|
||||||
|
|
||||||
#### .positiveNumber(value)
|
##### .positiveNumber(value)
|
||||||
|
|
||||||
Check if `value` is a number and is more than 0.
|
Check if `value` is a number and is more than 0.
|
||||||
|
|
||||||
#### .negativeNumber(value)
|
##### .negativeNumber(value)
|
||||||
|
|
||||||
Check if `value` is a number and is less than 0.
|
Check if `value` is a number and is less than 0.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue