diff --git a/doc/syntax.md b/doc/syntax.md index 478da7f7..48f48080 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -286,10 +286,10 @@ A C string (`char*` or `const char*`) accepts both the string presentation types and `p`, so the same value can be formatted as either text or an address. -## Chrono Format Specifications +## Chrono Format Specification -Format specifications for chrono duration and time point types as well as -`std::tm` have the following syntax: +The format specification for chrono duration and time point types as well +as `std::tm` has the following syntax:
range_format_spec ::= ["n"][range_type][":" range_underlying_spec]