From 9f2661c82a487fe338f6304e2ea9e3ea7cdf4ea2 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:22:46 +0000 Subject: [PATCH] Apply suggestion from @richvdh --- content/rooms/fragments/v1-floaty-power-levels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rooms/fragments/v1-floaty-power-levels.md b/content/rooms/fragments/v1-floaty-power-levels.md index 3072ef22..ac6219d1 100644 --- a/content/rooms/fragments/v1-floaty-power-levels.md +++ b/content/rooms/fragments/v1-floaty-power-levels.md @@ -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: