mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Describe range
This commit is contained in:
parent
3dd5bee5ef
commit
b2fa4e5989
|
|
@ -13,3 +13,8 @@ power level string is allowed:
|
||||||
* optionally prefixed with a single `-` or `+` character before the integer
|
* optionally prefixed with a single `-` or `+` character before the integer
|
||||||
but after leading whitespace padding (`" +100 "`, `" -100 "`, `"+100"`,
|
but after leading whitespace padding (`" +100 "`, `" -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 %}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue