Fix readme headings (#202)

This commit is contained in:
patrik csak 2024-01-05 23:30:28 -08:00 committed by GitHub
parent 1acbd9e202
commit 0e687a23a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -450,11 +450,11 @@ function foo() {
foo();
```
#### .positiveNumber(value)
##### .positiveNumber(value)
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.