diff --git a/include/fmt/format.h b/include/fmt/format.h index 6145e4e4..c9abfe48 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3238,7 +3238,6 @@ arg_join, wchar_t> join(const Range& range, /** \rst Converts *value* to ``std::string`` using the default format for type *T*. - It doesn't support user-defined types with custom formatters. **Example**::