mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +01:00
Fix path grammar
Co-Authored-By: David Vo <auscompgeek@users.noreply.github.com>
This commit is contained in:
parent
f2850c7f6a
commit
008185dfcb
|
|
@ -231,7 +231,7 @@ restricts the path component of a Matrix URI to a simple
|
|||
pattern that allows to easily reconstruct a Matrix identifier or
|
||||
a chain of identifiers:
|
||||
```text
|
||||
path = type “/” id-without-sigil “/” path
|
||||
path = type “/” id-without-sigil [“/” path]
|
||||
type = “user” / “roomid” / “room” / “event” / “group”
|
||||
id-without-sigil = string ; see below
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue