Update a comment

This commit is contained in:
Victor Zverovich 2023-07-26 15:10:12 -07:00 committed by GitHub
parent 503d49286d
commit aecf80d304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. */