Skip to content

Commit 02ae476

Browse files
authored
Fix <interfacename> grammar to match <pkgpath>, tests and implementation (#630)
Resolves #628
1 parent c5d7283 commit 02ae476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design/mvp/Explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,8 +2547,8 @@ fragment ::= <word>
25472547
| <acronym>
25482548
word ::= [0-9a-z]+
25492549
acronym ::= [0-9A-Z]+
2550-
interfacename ::= <namespace> <label> <projection> <interfaceversion>?
2551-
| <namespace>+ <label> <projection>+ <interfaceversion>? 🪺
2550+
interfacename ::= <namespace> <words> <projection> <interfaceversion>?
2551+
| <namespace>+ <words> <projection>+ <interfaceversion>? 🪺
25522552
namespace ::= <words> ':'
25532553
words ::= <first-word> ( '-' <word> )*
25542554
projection ::= '/' <label>

0 commit comments

Comments
 (0)