diff --git a/doc/span.qbk b/doc/span.qbk index c6205b8..7d8d3e3 100644 --- a/doc/span.qbk +++ b/doc/span.qbk @@ -395,8 +395,7 @@ as_writable_bytes(span s) noexcept;`] [[Constraints][`is_const_v` is `false`.]] [[Effects] [Equivalent to: `return R{reinterpret_cast(s.data()), s.size_bytes()};` -where `R` is the return type.]] -[[Returns][`false`.]]]]]] +where `R` is the return type.]]]]]] [endsect]