Skip to content

Commit 869b08d

Browse files
authored
Update numeric-functions.md
The example for hexadecimal number did not show the correct result, the "0x" was still present
1 parent 087d633 commit 869b08d

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
@@ -18,7 +18,7 @@ If `arg` is not specified (i.e. this function is invoked with no arguments), the
1818

1919
__Examples__
2020
- `$number("5")` => `5`
21-
- `$number("0x12")` => `0x18`
21+
- `$number("0x12")` => `18`
2222
- `["1", "2", "3", "4", "5"].$number()` => `[1, 2, 3, 4, 5]`
2323

2424

0 commit comments

Comments
 (0)