We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087d633 commit 8375728Copy full SHA for 8375728
docs/numeric-functions.md
@@ -18,7 +18,7 @@ If `arg` is not specified (i.e. this function is invoked with no arguments), the
18
19
__Examples__
20
- `$number("5")` => `5`
21
-- `$number("0x12")` => `0x18`
+- `$number("0x12")` => `18`
22
- `["1", "2", "3", "4", "5"].$number()` => `[1, 2, 3, 4, 5]`
23
24
0 commit comments