summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qchar.cpp
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2011-02-23 15:29:38 (GMT)
committerJeremy Katz <jeremy.katz@nokia.com>2011-02-23 15:29:38 (GMT)
commitb51f4fdb16c4a273646ad7722a9abc7998210c9f (patch)
treec13fa8aed162c0d829bad2348a10ec25be2b8162 /src/corelib/tools/qchar.cpp
parent60d972c8a39a691ea5a7afb79138fcd77a529605 (diff)
downloadQt-b51f4fdb16c4a273646ad7722a9abc7998210c9f.zip
Qt-b51f4fdb16c4a273646ad7722a9abc7998210c9f.tar.gz
Qt-b51f4fdb16c4a273646ad7722a9abc7998210c9f.tar.bz2
fix documentation typos in isLowSurrogate and requiresSurrogates
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/tools/qchar.cpp')
-rw-r--r--src/corelib/tools/qchar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qchar.cpp b/src/corelib/tools/qchar.cpp
index c003214..a903007 100644
--- a/src/corelib/tools/qchar.cpp
+++ b/src/corelib/tools/qchar.cpp
@@ -677,7 +677,7 @@ bool QChar::isSymbol() const
\since 4.7
Returns true if the UCS-4-encoded character specified by \a ucs4
- is the high part of a utf16 surrogate
+ is the low part of a utf16 surrogate
(ie. if its code point is between 0xdc00 and 0xdfff, inclusive).
*/
@@ -686,7 +686,7 @@ bool QChar::isSymbol() const
\since 4.7
Returns true if the UCS-4-encoded character specified by \a ucs4
- can be splited to the high and low parts of a utf16 surrogate
+ can be split into the high and low parts of a utf16 surrogate
(ie. if its code point is greater than or equals to 0x10000).
*/