Skip to content

Commit 4c54db2

Browse files
authored
fixed some typo in documentation of $abs() (#514)
1 parent 97295a6 commit 4c54db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/numeric-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If `number` is not specified (i.e. this function is invoked with no arguments),
2929

3030
__Examples__
3131
- `$abs(5)` => `5`
32-
- `$abs(-5)` => `-5`
32+
- `$abs(-5)` => `5`
3333

3434
## `$floor()`
3535
__Signature:__ `$floor(number)`

0 commit comments

Comments
 (0)