Skip to content

Commit a144021

Browse files
turt2liverichvdh
authored andcommitted
Change space's valid order range to 0x7E
0x7F is DEL, which is clearly not intended by the proposal text.
1 parent 91bd588 commit a144021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/1772-groups-as-rooms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ relationship can be expressed in one of two ways:
126126
`origin_server_ts` of their `m.room.create` events, or ascending
127127
lexicographic order of their `room_id`s in case of equal
128128
`origin_server_ts`. `order`s which are not strings, or do not consist
129-
solely of ascii characters in the range `\x20` (space) to `\x7F` (`~`), or
129+
solely of ascii characters in the range `\x20` (space) to `\x7E` (`~`), or
130130
consist of more than 50 characters, are forbidden and the field should be
131131
ignored if received.)
132132

0 commit comments

Comments
 (0)