diff --git a/paper/P2728.md b/paper/P2728.md index 419fd89..16c3acd 100644 --- a/paper/P2728.md +++ b/paper/P2728.md @@ -291,7 +291,7 @@ The table below compares the error handling behavior of the `to_utf16` and You can use the `_or_error` view to implement the same behavior that the non-`std::expected`-based views have. -For example, `foo | std::views::to_utf8` is roughly equivalent to: +For example, `foo | std::views::to_utf8` has the same output as: ```c++ foo