Fix a typo.
This commit is contained in:
parent
e3b4a3f166
commit
185ec1d91e
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user