mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Correct a small typo in the push rules spec (#1465
This commit is contained in:
parent
53d7de2376
commit
35f5439e00
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -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