This commit is contained in:
Victor Zverovich 2012-12-16 16:48:59 -08:00
parent 1167f1664c
commit da88577b6e

View File

@ -179,7 +179,7 @@ Loki SafeFormat
SafeFormat is a formatting library which uses printf-like format strings
and is type safe. It doesn't support user-defined types or positional
arguments. It makes unconventional use of `operator()` for passing
arguments. It makes unconventional use of ``operator()`` for passing
format arguments.
Tinyformat