From ebb9f0807ad6fd994731501ce89780fa2930ef52 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 2 Jun 2026 11:02:57 -0700 Subject: [PATCH] Consistent plurality --- doc/syntax.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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]