Skip to content

Commit 2a1de8e

Browse files
committed
Small wording fix for empty_view
1 parent 32473d2 commit 2a1de8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper/P2728.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5413,7 +5413,7 @@ with that object. Let `E` be an expression and let `T` be
54135413
`@*utf-range*@`, `to_utfN(E)` is ill-formed. The expression `to_utfN(E)` is
54145414
expression-equivalent to:
54155415

5416-
- If `Char` is a specialization of `empty_view` ([range.empty.view]), then
5416+
- If `V` is a specialization of `empty_view` ([range.empty.view]), then
54175417
`empty_view<Char>{}`.
54185418

54195419
- Otherwise, if `T` is an array type of known bound, then:

0 commit comments

Comments
 (0)