Fix path grammar

Co-Authored-By: David Vo <auscompgeek@users.noreply.github.com>
pull/977/head
Kitsune Ral 5 years ago committed by GitHub
parent f2850c7f6a
commit 008185dfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save