summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/tools/qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index a83d8833cd..bb5a1cf852 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -1200,7 +1200,7 @@ const QString::Null QString::null = { };
\ingroup string-processing
QString stores a string of 16-bit \l{QChar}s, where each QChar
- corresponds one Unicode 4.0 character. (Unicode characters
+ corresponds to one UTF-16 code unit. (Unicode characters
with code values above 65535 are stored using surrogate pairs,
i.e., two consecutive \l{QChar}s.)