Fix comment typo in fmt::formatter struct

This commit is contained in:
ssszcmawo 2026-02-04 20:57:03 +01:00 committed by GitHub
parent 83cc5be61a
commit 2b8db41411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,7 +194,7 @@ In general the formatter has the following form:
template <> struct fmt::formatter<T> {
// 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
//