diff --git a/include/fmt/format.h b/include/fmt/format.h index b7169280..c3f260f8 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -553,7 +553,7 @@ template ::value&& is_contiguous::value)> inline auto base_iterator(OutputIt it, - typename OutputIt::containter_type::value_type*) + typename OutputIt::container_type::value_type*) -> OutputIt { return it; }