Change wording in QML Tutorial.
authorMitch Curtis <mitch.curtis@digia.com>
Wed, 29 May 2013 06:17:33 +0000 (08:17 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 30 May 2013 13:01:29 +0000 (15:01 +0200)
Task-number: QTBUG-25595

Change-Id: I38b227ac2652d2b04d3d1e00f397d189a9de4bed
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/quick/doc/src/tutorial.qdoc

index 46125ed..bd07c9a 100644 (file)
@@ -32,7 +32,7 @@
 \previouspage Introduction to the QML Language
 \nextpage QML Tutorial 1 - Basic Types
 
-This tutorial gives an introduction to QML, the mark up language for Qt Quick. It doesn't cover everything;
+This tutorial gives an introduction to QML, the declarative language for Qt Quick. It doesn't cover everything;
 the emphasis is on teaching the key principles, and features are introduced as needed.
 
 Through the different steps of this tutorial we will learn about QML basic types, we will create our own QML component