We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
the the
__format/buffer.h
1 parent 5b14c7a commit fc40804Copy full SHA for fc40804
libcxx/include/__format/buffer.h
@@ -302,7 +302,7 @@ struct _LIBCPP_TEMPLATE_VIS __format_to_n_buffer_base {
302
///
303
/// This version is used when \c __enable_direct_output<_OutIt, _CharT> == true.
304
305
-/// This class limits the size available the the direct writer so it will not
+/// This class limits the size available to the direct writer so it will not
306
/// exceed the maximum number of code units.
307
template <class _OutIt, __formatter::__char_type _CharT>
308
requires(output_iterator<_OutIt, const _CharT&>)
0 commit comments