From dc6e964f636d36448259af0061f077c86c081d98 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 7 Apr 2015 15:34:46 +0200 Subject: docs: QString contains characters, not items Change-Id: I479a731780dfce81e138d1aca950385437266763 Reviewed-by: Olivier Goffart (Woboq GmbH) --- src/corelib/tools/qstring.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools/qstring.cpp') diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp index a0067178ac..fe77e77c2b 100644 --- a/src/corelib/tools/qstring.cpp +++ b/src/corelib/tools/qstring.cpp @@ -1291,7 +1291,7 @@ const QString::Null QString::null = { }; \since 5.0 Returns a const \l{STL-style iterators}{STL-style iterator} pointing to the imaginary - item after the last item in the list. + character after the last character in the list. \sa cbegin(), end() */ @@ -1299,7 +1299,7 @@ const QString::Null QString::null = { }; /*! \fn QString::const_iterator QString::constEnd() const Returns a const \l{STL-style iterators}{STL-style iterator} pointing to the imaginary - item after the last item in the list. + character after the last character in the list. \sa constBegin(), end() */ -- cgit v1.2.3