mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-03 12:44:49 +02:00
Fix a typo.
This commit is contained in:
2
format.h
2
format.h
@@ -1005,7 +1005,7 @@ class BasicFormatter {
|
|||||||
args_.push_back(&arg);
|
args_.push_back(&arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Perfoms formatting if the format string is non-null. The format string
|
// Performs formatting if the format string is non-null. The format string
|
||||||
// can be null if its ownership has been transferred to another formatter.
|
// can be null if its ownership has been transferred to another formatter.
|
||||||
~BasicFormatter() {
|
~BasicFormatter() {
|
||||||
CompleteFormatting();
|
CompleteFormatting();
|
||||||
|
Reference in New Issue
Block a user