Fix a typo

This commit is contained in:
Victor Zverovich 2020-04-12 08:18:47 -07:00
parent e99809f29d
commit 07b4c246ea

View File

@ -14,7 +14,7 @@
FMT_BEGIN_NAMESPACE
template <typename CHar> class basic_printf_parse_context;
template <typename Char> class basic_printf_parse_context;
template <typename OutputIt, typename Char> class basic_printf_context;
namespace internal {