summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qalgorithms.qdoc
diff options
context:
space:
mode:
authorMarcel Krems <m.krems@software-vision.eu>2013-10-10 15:30:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-12 01:43:24 +0200
commitdc860e2e0807ebd43938c8efdc3a282d0098e33e (patch)
tree9bbaabda053a7b3af4c0db1167fa9f9245decf18 /src/corelib/tools/qalgorithms.qdoc
parent3fe242781e88224d121ebca730db5ebe4fb98ec6 (diff)
Doc: Fix typos and add missing words.
Change-Id: I40e4780bcabbca29425945a69d8a0781cd5c0e9f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/corelib/tools/qalgorithms.qdoc')
-rw-r--r--src/corelib/tools/qalgorithms.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qalgorithms.qdoc b/src/corelib/tools/qalgorithms.qdoc
index 4eb7a170dc..cd389470a4 100644
--- a/src/corelib/tools/qalgorithms.qdoc
+++ b/src/corelib/tools/qalgorithms.qdoc
@@ -764,7 +764,7 @@
\relates <QtAlgorithms>
\since 5.2
- Returns the number of bits set in \a v. This number also called
+ Returns the number of bits set in \a v. This number is also called
the Hamming Weight of \a v.
*/