summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-22 15:02:35 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-22 15:05:41 +0100
commit81d9790537e9a020040bbd91d0104538d37fab1a (patch)
treedb0757a164fdfbd178a99c1a497501132ad72da3 /doc
parent4bffceb33749104b300a64cbfea1673252729fdf (diff)
downloadqt-creator-81d9790537e9a020040bbd91d0104538d37fab1a.tar.gz
Doc: fix punctuation
the \note command adds the colon automatically. Change-Id: Id40e24084f22fa36fcc14354dae0eb0cbc9518ee Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/qtcreator-faq.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/howto/qtcreator-faq.qdoc b/doc/src/howto/qtcreator-faq.qdoc
index 522ada136b..53af07ba7c 100644
--- a/doc/src/howto/qtcreator-faq.qdoc
+++ b/doc/src/howto/qtcreator-faq.qdoc
@@ -157,7 +157,7 @@
Put jom.exe in a location in the %PATH%. Go to the \gui {Build Settings}
and set jom.exe as the make command.
- \note: Unlike GNU make, jom automatically detects your cores and spawns as
+ \note Unlike GNU make, jom automatically detects your cores and spawns as
many parallel processes as your CPU has cores. You can override this
behavior by using the \c{-j} parameter as described above.