Skip to content

Commit

Permalink
fix spelling (???)
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroModel committed Dec 7, 2024
1 parent 708fbfd commit 2f9a710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fast_io_dsal/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ constexpr inline ::fast_io::u8string u8concat_fast_io(Args &&...args)
}
else
{
static_assert(type_error, "some types are not printable, so we cannot concat ::fast_io::FFFstring");
static_assert(type_error, "some types are not printable, so we cannot concat ::fast_io::u8string");
return {};
}
}
Expand Down

0 comments on commit 2f9a710

Please sign in to comment.