File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ Rules for parsing part mappings {#parsing-mapping}
327
327
----------------------------------------------
328
328
329
329
A <dfn export>valid part mapping</dfn> is a [=pair=] of tokens
330
- separated by a U+003A COLON charater,
331
- with no other characters (e.g. no space characters).
330
+ separated by a U+003A COLON charater
331
+ and any number of space characters before or after the U+003A COLON
332
332
The tokens must not contain U+003A COLON or U+002C COMMA characters.
333
333
334
334
The rules for parsing a part mapping are as follows:
@@ -357,8 +357,8 @@ Rules for parsing a list of part mappings {#parsing-mapping-list}
357
357
----------------------------------------------
358
358
359
359
A <dfn export>valid list of part mappings</dfn> is a number of valid part mappings
360
- separated by a U+002C COMMA charater,
361
- with no other characters (e.g. no space characters).
360
+ separated by a U+002C COMMA charater
361
+ and any number of space characters before or after the U+002C COMMA
362
362
363
363
The rules for parsing a list of part mappings are as follow:
364
364
You can’t perform that action at this time.
0 commit comments