diff --git a/paper/P2728.md b/paper/P2728.md index 8303515..672a3b5 100644 --- a/paper/P2728.md +++ b/paper/P2728.md @@ -631,7 +631,7 @@ public: ``` ```cpp - constexpr explicit @*to-utf-view-impl*@(V base); +constexpr explicit @*to-utf-view-impl*@(V base); ``` _Effects_: Initializes `@*base_*@` with `std::move(base)`.