aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/typesystem/basictypes.qdoc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2012-07-18 14:39:20 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-20 03:46:56 +0200
commit6742d20581a7b05461b2c1662b39fcc68e84b4e2 (patch)
treed5f6a65d3cc8f2fd29ac14497430fcee17f02bcf /src/qml/doc/src/typesystem/basictypes.qdoc
parentb8c80243abc4f96e31243bf04dc29318fae61864 (diff)
Make title capitalization more consistent in QML documentation.
Change-Id: Iec8168135676e0e9e130bd2245ef33fd780829d5 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'src/qml/doc/src/typesystem/basictypes.qdoc')
-rw-r--r--src/qml/doc/src/typesystem/basictypes.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/typesystem/basictypes.qdoc b/src/qml/doc/src/typesystem/basictypes.qdoc
index f2348734d3..a6c5a8bc5c 100644
--- a/src/qml/doc/src/typesystem/basictypes.qdoc
+++ b/src/qml/doc/src/typesystem/basictypes.qdoc
@@ -239,7 +239,7 @@ property is only invoked when the property is reassigned to a different object v
converted into a \c url value, and vice-versa.
- \section1 Using the url type
+ \section1 Using the url Type
When a relative URL is written to a \c url type property, it is converted
into a URL object, so \bold {matching the URL value against the input string
@@ -619,7 +619,7 @@ property is only invoked when the property is reassigned to a different object v
converted into a \c list value, and vice-versa.
- \section1 Using the list type
+ \section1 Using the list Type
For example, the \l Item type has a \l {Item::}{states} list-type property that
can be assigned to and used as follows: