From a8ac5e3dbf41c2610f6df084a4f1bfe637e88973 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 6 Jan 2022 03:57:15 +0100 Subject: Improve wording --- cxxformat/formatters.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxxformat/formatters.hpp b/cxxformat/formatters.hpp index ad253f6..dce3420 100644 --- a/cxxformat/formatters.hpp +++ b/cxxformat/formatters.hpp @@ -197,7 +197,7 @@ namespace format { } }; - // NOTE: Difference to printf: no precision uses std::to_chars’ minimal width for exact representation instead of default precision of 6 + // NOTE: Difference to printf: uses std::to_chars’ minimal width for exact representation when no precision is specified instead of default precision of 6 template struct formatter { static constexpr void format(const format_output auto& out, T t, format_specifier spec, optional_int minWidth, optional_int precision) -- cgit v1.2.3-54-g00ecf