Apply suggestion from @richvdh

This commit is contained in:
Richard van der Hoff 2026-02-24 16:22:46 +00:00 committed by GitHub
parent 65ccfc1dd7
commit 9f2661c82a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ When the value is a float
* Second, the value is truncated at the decimal point: `51146.98` becomes `51146`.
Values outside the range represented by IEE754 binary64 (a "double") cause the
powerlevel event to be rejected, as does `Infinity` and `NaN`.
powerlevel event to be rejected, as do `Infinity`, `-Infinity` and `NaN`.
For example, this is a valid `m.room.power_levels` event in this room version: