mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Correct a typo in a field name
This example does not talk about a 'membership' field in any case. It looks like this was instead supposed to be 'topic', as the previous paragraph also talks about.
This commit is contained in:
parent
53d7de2376
commit
93249ef48f
|
|
@ -249,7 +249,7 @@ Other `topic` values which will match are:
|
||||||
|
|
||||||
* `"LUNCH"` (case-insensitive; `*` may match zero characters)
|
* `"LUNCH"` (case-insensitive; `*` may match zero characters)
|
||||||
|
|
||||||
The following `membership` values will NOT match:
|
The following `topic` values will NOT match:
|
||||||
* `" lunch"` (note leading space)
|
* `" lunch"` (note leading space)
|
||||||
* `"lunc"` (`?` must match a character)
|
* `"lunc"` (`?` must match a character)
|
||||||
* `null` (not a string)
|
* `null` (not a string)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue