mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-14 14:19:57 +08:00
Fix comment typo in fmt::formatter struct
This commit is contained in:
parent
83cc5be61a
commit
2b8db41411
@ -194,7 +194,7 @@ In general the formatter has the following form:
|
|||||||
template <> struct fmt::formatter<T> {
|
template <> struct fmt::formatter<T> {
|
||||||
// Parses format specifiers and stores them in the 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
|
// contains a part of the format string starting from the format
|
||||||
// specifications to be parsed, e.g. in
|
// specifications to be parsed, e.g. in
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user