mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 09:14:10 +01:00
Apply suggestions from code review
Co-authored-by: Matthew Hodgson <matthew@matrix.org>
This commit is contained in:
parent
11bb604c5e
commit
d42da585e5
|
|
@ -130,7 +130,7 @@ relationship can be expressed in one of two ways:
|
||||||
|
|
||||||
The `order` key is a string which is used to provide a default ordering of
|
The `order` key is a string which is used to provide a default ordering of
|
||||||
siblings in the room list. (Rooms are sorted based on a lexicographic
|
siblings in the room list. (Rooms are sorted based on a lexicographic
|
||||||
ordering of of `order` vales; rooms with no `order` come last. `order`s
|
ordering of `order` values; rooms with no `order` come last. `order`s
|
||||||
which are not strings, or do not consist solely of ascii characters in the
|
which are not strings, or do not consist solely of ascii characters in the
|
||||||
range `\x20` (space) to `\x7F` (`~`) are forbidden and should be ignored if
|
range `\x20` (space) to `\x7F` (`~`) are forbidden and should be ignored if
|
||||||
received.)
|
received.)
|
||||||
|
|
@ -178,7 +178,7 @@ include:
|
||||||
|
|
||||||
* "Secret" rooms: rooms where the admin does not want the room to be
|
* "Secret" rooms: rooms where the admin does not want the room to be
|
||||||
advertised as part of a given space, but *does* want the room to form part
|
advertised as part of a given space, but *does* want the room to form part
|
||||||
of the heirarchy of that space for those in the know.
|
of the hierarchy of that space for those in the know.
|
||||||
|
|
||||||
### Sub-spaces
|
### Sub-spaces
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue