summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2022-10-01 01:25:17 +0200
committerAhmad Samir <a.samirh78@gmail.com>2022-10-01 18:06:04 +0200
commit42e48b470672999161a05324f0ba52cd8fdd7276 (patch)
tree981c3841e3d3a4ce7855b3c57e91ce3340d947bb
parent29d3938aa56663f09666a0ac58b33e70e00abff2 (diff)
QCollator: minor API docs grammar fix
Change-Id: I52f3d73e30bd7b0624dfd99a79f0a4ce4becf7de Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/corelib/text/qcollator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qcollator.cpp b/src/corelib/text/qcollator.cpp
index fd00082cf7..d753a05404 100644
--- a/src/corelib/text/qcollator.cpp
+++ b/src/corelib/text/qcollator.cpp
@@ -47,7 +47,7 @@ Q_GLOBAL_STATIC(QThreadStorage<GenerationalCollator>, defaultCollator)
\ingroup shared
QCollator is initialized with a QLocale. It can then be used to compare and
- sort strings in using the ordering appropriate to the locale.
+ sort strings by using the ordering appropriate for that locale.
A QCollator object can be used together with template-based sorting
algorithms, such as std::sort(), to sort a list with QString entries.