diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-21 15:03:41 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-01-21 15:03:41 (GMT) |
commit | 4c57b9d3f1865beb87120fc4691241c57a2bfb01 (patch) | |
tree | b8d5678e225911bc1fb326364985612aeeae823c /doc/src/declarative | |
parent | 4555064bb1029ca7cb86d25d16cd35f6311716d1 (diff) | |
download | Qt-4c57b9d3f1865beb87120fc4691241c57a2bfb01.zip Qt-4c57b9d3f1865beb87120fc4691241c57a2bfb01.tar.gz Qt-4c57b9d3f1865beb87120fc4691241c57a2bfb01.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/basictypes.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/basictypes.qdoc b/doc/src/declarative/basictypes.qdoc index 463e4a3..99f1bed 100644 --- a/doc/src/declarative/basictypes.qdoc +++ b/doc/src/declarative/basictypes.qdoc @@ -582,7 +582,7 @@ An enumeration type consists of a set of named values. - An enumeration value may be specifed as either a string: + An enumeration value may be specified as either a string: \qml Text { horizontalAlignment: "AlignRight" } \endqml |