diff --git a/proposals/2312-matrix-uri.md b/proposals/2312-matrix-uri.md index 218980070..f0d49b94f 100644 --- a/proposals/2312-matrix-uri.md +++ b/proposals/2312-matrix-uri.md @@ -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 ```