Fix some typos. (#3843)

This commit is contained in:
Bruce Mitchener
2024-02-09 01:59:52 +07:00
committed by GitHub
parent 0879504796
commit 3a6fb2fcaf
3 changed files with 3 additions and 3 deletions

View File

@@ -2940,7 +2940,7 @@ FMT_INLINE auto format_to_n(OutputIt out, size_t n, format_string<T...> fmt,
template <typename OutputIt, typename Sentinel = OutputIt>
struct format_to_result {
/** Iterator pointing to just after the last succesful write in the range. */
/** Iterator pointing to just after the last successful write in the range. */
OutputIt out;
/** Sentinel indicating the end of the output range. */
Sentinel out_last;