fix headings

This commit is contained in:
patrik csak 2024-01-05 15:26:36 -08:00
parent 1acbd9e202
commit 035d7b89c6

View file

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