Doc: Fix formatting: remove extra \c before \nullptr

Change-Id: Ie93cf7253bdc6b70fd187c208da636fc551491c2
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Ivan Tkachenko 2021-10-23 22:33:14 +03:00
parent 06d2a5cf61
commit 8896ef999b

View File

@ -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