From 008185dfcbf45195cc6614914b623e905157097d Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 6 Oct 2019 08:10:53 +0900 Subject: [PATCH] Fix path grammar Co-Authored-By: David Vo --- proposals/2312-matrix-uri.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2312-matrix-uri.md b/proposals/2312-matrix-uri.md index 21898007..f0d49b94 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 ```