Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion paper/P2728.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down