From 5cf3569218b8dc12c7b23b1ccf3a033a1868a54d Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Wed, 20 Oct 2021 22:26:25 -0400 Subject: [PATCH] Correct documentation --- doc/span.qbk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]