From 51b35e0869951e668262218614b1654f472b5a9d Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sat, 6 Jun 2026 20:01:55 +0200 Subject: [PATCH] as_input_view -> to_input_view --- papers/P4030.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papers/P4030.md b/papers/P4030.md index 0439e32..98a02db 100644 --- a/papers/P4030.md +++ b/papers/P4030.md @@ -152,7 +152,7 @@ This paper depends on [@P3117R1] "Extending Conditionally Borrowed". ## Header `` synopsis -Add the following to [ranges.syn]{.sref}, after the `to_input_view` entries: +Add the following to [ranges.syn]{.sref}, after the `as_input_view` entries: ```c++ // [range.endianadaptor], endianness adaptors