From aecf80d3047ce4a400082974331ddf5ba38c4d80 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 26 Jul 2023 15:10:12 -0700 Subject: [PATCH] Update a comment --- include/fmt/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index dfdb1450..f6886cf4 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -638,7 +638,7 @@ struct error_handler { }; } // namespace detail -/** Helper function to throw an error from a custom formatter. */ +/** Throws ``format_error`` with a given message. */ using detail::throw_format_error; /** String's character type. */