summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/index.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/declarative/index.qdoc')
-rw-r--r--doc/src/declarative/index.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/index.qdoc b/doc/src/declarative/index.qdoc
index 22195ba..b5e9001 100644
--- a/doc/src/declarative/index.qdoc
+++ b/doc/src/declarative/index.qdoc
@@ -13,7 +13,7 @@ user-interfaces.
Building fluid applications is done declaratively, rather than procedurally.
That is, you specify \e what the UI should look like and how it should behave
-in an XML-based format called QML instead of specifying step-by-step \e how to
+in an declarative format called QML instead of specifying step-by-step \e how to
build it in a language like C++ or JavaScript. Specifying a UI declaratively
does not just include the layout of the interface items, but also the way each
individual item looks and behaves and the overall flow of the application.