mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-27 21:44:10 +01:00
Remove false integer requirements
This commit is contained in:
parent
2b7483a224
commit
05ad39d1af
|
|
@ -41,8 +41,3 @@ When the value is representative of an integer, they must be the following forma
|
||||||
`"-100"`).
|
`"-100"`).
|
||||||
* optionally with any number of leading or trailing whitespace characters (`" 100 "`,
|
* optionally with any number of leading or trailing whitespace characters (`" 100 "`,
|
||||||
`" 00100 "`, `" +100 "`, `" -100 "`);
|
`" 00100 "`, `" +100 "`, `" -100 "`);
|
||||||
|
|
||||||
{{% boxes/note %}}
|
|
||||||
The integer represented by the string must still be within the `[-(2**53)+1, (2**53)-1]`
|
|
||||||
range accepted by normal, non-string, power level values.
|
|
||||||
{{% /boxes/note %}}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue