From 2b8db41411c2f94bb86484876166de7d8bd2f61f Mon Sep 17 00:00:00 2001 From: ssszcmawo Date: Wed, 4 Feb 2026 20:57:03 +0100 Subject: [PATCH] Fix comment typo in fmt::formatter struct --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index 41dc343f..96e0d5c6 100644 --- a/doc/api.md +++ b/doc/api.md @@ -194,7 +194,7 @@ In general the formatter has the following form: template <> struct fmt::formatter { // Parses format specifiers and stores them in the formatter. // - // (ctx.begin(), ctx.end()) is a, possibly empty, character range that + // [ctx.begin(), ctx.end()) is a, possibly empty, character range that // contains a part of the format string starting from the format // specifications to be parsed, e.g. in //