mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-09 12:50:05 +00:00
Fix formatting.
This commit is contained in:
parent
87b5ebfc4a
commit
1f6e4e9d7a
@ -48,7 +48,7 @@ An object of any user-defined type for which there is an overloaded
|
||||
|
||||
You can use ``fmt::ActiveFormatter`` to create your own functions
|
||||
similar to ``fmt::Format`` and ``fmt::Print`` with an arbitrary action
|
||||
performed when formatting is complete:
|
||||
performed when formatting is complete::
|
||||
|
||||
struct PrintError {
|
||||
void operator()(const fmt::Formatter &f) const {
|
||||
|
Loading…
Reference in New Issue
Block a user