units-format-spec description changed in DESIGN

This commit is contained in:
Mateusz Pusz
2019-11-12 20:22:09 +01:00
parent ff656620e9
commit 73919f8669

View File

@@ -526,20 +526,20 @@ formatters interpret the format specification as a `units-format-spec` according
following syntax:
```text
// units-format-spec:
// fill-and-align[opt] sign[opt] width[opt] precision[opt] units-specs[opt]
// units-specs:
// conversion-spec
// units-specs conversion-spec
// units-specs literal-char
// literal-char:
// any character other than { or }
// conversion-spec:
// % modifier[opt] type
// modifier: one of
// E O
// type: one of
// n q Q t %
units-format-spec:
fill-and-align[opt] sign[opt] width[opt] precision[opt] units-specs[opt]
units-specs:
conversion-spec
units-specs conversion-spec
units-specs literal-char
literal-char:
any character other than { or }
conversion-spec:
% modifier[opt] type
modifier: one of
E O
type: one of
n q Q t %
```
The productions `fill-and-align`, `sign`, `width`, and `precision` are described in