diff --git a/src/core/include/mp-units/format.h b/src/core/include/mp-units/format.h index 8256a4d1..89435c9e 100644 --- a/src/core/include/mp-units/format.h +++ b/src/core/include/mp-units/format.h @@ -81,6 +81,8 @@ template // // dimension-format-spec ::= [fill-and-align] [width] [dimension-spec] // dimension-spec ::= [text-encoding] +// text-encoding ::= one of +// U A // template // struct dimension_format_specs : fill_align_width_format_specs, dimension_symbol_formatting {}; @@ -96,8 +98,6 @@ template // [unit-symbol-solidus] [unit-symbol-separator] [text-encoding] [L] // [unit-symbol-separator] [text-encoding] [unit-symbol-solidus] [L] // [unit-symbol-separator] [unit-symbol-solidus] [text-encoding] [L] -// text-encoding ::= one of -// U A // unit-symbol-solidus ::= one of // o a n // unit-symbol-separator ::= one of @@ -227,7 +227,7 @@ public: // N U D ? % // subentity-replacement-field ::= { % subentity-id [format-specifier] } // subentity-id ::= any character other than {, }, or % -// format-specifier ::= format-spec +// format-specifier ::= : format-spec // format-spec ::= as specified by the formatter for the argument type; cannot start with } // template