Fix formatting.

This commit is contained in:
Victor Zverovich 2012-12-11 13:55:31 -08:00
parent 87b5ebfc4a
commit 1f6e4e9d7a

View File

@ -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 {