From 8896ef999b386bcdd20aa5e8f2ebfd11d3706221 Mon Sep 17 00:00:00 2001 From: Ivan Tkachenko Date: Sat, 23 Oct 2021 22:33:14 +0300 Subject: Doc: Fix formatting: remove extra \c before \nullptr Change-Id: Ie93cf7253bdc6b70fd187c208da636fc551491c2 Reviewed-by: Paul Wicking --- src/corelib/text/qanystringview.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/text/qanystringview.qdoc b/src/corelib/text/qanystringview.qdoc index 3ac5aafbd4..ec4f1c5a42 100644 --- a/src/corelib/text/qanystringview.qdoc +++ b/src/corelib/text/qanystringview.qdoc @@ -164,7 +164,7 @@ The range \c{[first,last)} must remain valid for the lifetime of this string view object. - Passing \c \nullptr as \a first is safe if \a last is \nullptr, too, + Passing \nullptr as \a first is safe if \a last is \nullptr, too, and results in a null string view. The behavior is undefined if \a last precedes \a first, or \a first -- cgit v1.2.3