diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-10-01 03:36:20 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-10-01 03:36:20 (GMT) |
commit | 183243963d523beaf4fdff6b9a7dcb679ebbc71f (patch) | |
tree | a0c16b8937705411b261f54dddc9157c35474232 /doc/src/declarative/qml-intro.qdoc | |
parent | 2e078ddc87277e47f3e9b7a21d1197b0d7309d2d (diff) | |
download | Qt-183243963d523beaf4fdff6b9a7dcb679ebbc71f.zip Qt-183243963d523beaf4fdff6b9a7dcb679ebbc71f.tar.gz Qt-183243963d523beaf4fdff6b9a7dcb679ebbc71f.tar.bz2 |
Doc: typographical and spelling errors.
Diffstat (limited to 'doc/src/declarative/qml-intro.qdoc')
-rw-r--r-- | doc/src/declarative/qml-intro.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qml-intro.qdoc b/doc/src/declarative/qml-intro.qdoc index b77611c..18fa439 100644 --- a/doc/src/declarative/qml-intro.qdoc +++ b/doc/src/declarative/qml-intro.qdoc @@ -262,7 +262,7 @@ myRectangle.top // Correct We can transform a graphical object to get additional effects. Rotate a piece of text by 180 degrees to display upside-down text. Rotate an image by 90 degrees to lay it on its side. These transformations require -additonal information. +additional information. For rotation, the additional information includes: the origin relative to the object being rotated, the axis of rotation, and the angle in degrees to |