Describe range

This commit is contained in:
Travis Ralston 2022-05-30 13:53:26 -06:00
parent 3dd5bee5ef
commit b2fa4e5989

View file

@ -13,3 +13,8 @@ power level string is allowed:
* optionally prefixed with a single `-` or `+` character before the integer
but after leading whitespace padding (`" +100 "`, `" -100 "`, `"+100"`,
`"-100"`).
{{% boxes/note %}}
The integer represented by the string must still be within the `[-2^53, 2^53)`
range accepted by normal, non-string, power level values.
{{% /boxes/note %}}