Skip to content

Commit daaa03e

Browse files
loganvolkersmattbaileyuk
authored andcommitted
Fix docs math mistake
1 parent ca9d76e commit daaa03e

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
@@ -87,7 +87,7 @@ If `base` is not specified (i.e. this function is invoked with one argument), th
8787
An error is thrown if the values of `base` and `exponent` lead to a value that cannot be represented as a JSON number (e.g. Infinity, complex numbers).
8888

8989
__Examples__
90-
- `$power(2, 8)` => `8`
90+
- `$power(2, 8)` => `256`
9191
- `$power(2, 0.5)` => `1.414213562373`
9292
- `$power(2, -2)` => `0.25`
9393

0 commit comments

Comments
 (0)