Skip to content

Commit 04bf00c

Browse files
committed
[NFC][libc++][format] Fixes comment typos.
1 parent a8aa256 commit 04bf00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/__format/formatter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
2828
/// - is_default_constructible_v<F>,
2929
/// - is_copy_constructible_v<F>,
3030
/// - is_move_constructible_v<F>,
31-
/// - is_copy_assignable<F>, and
32-
/// - is_move_assignable<F>.
31+
/// - is_copy_assignable_v<F>, and
32+
/// - is_move_assignable_v<F>.
3333
template <class _Tp, class _CharT>
3434
struct _LIBCPP_TEMPLATE_VIS formatter {
3535
formatter() = delete;

0 commit comments

Comments
 (0)