summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qdeclarativeperformance.qdoc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-10-01 03:36:20 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-10-01 03:36:20 (GMT)
commit183243963d523beaf4fdff6b9a7dcb679ebbc71f (patch)
treea0c16b8937705411b261f54dddc9157c35474232 /doc/src/declarative/qdeclarativeperformance.qdoc
parent2e078ddc87277e47f3e9b7a21d1197b0d7309d2d (diff)
downloadQt-183243963d523beaf4fdff6b9a7dcb679ebbc71f.zip
Qt-183243963d523beaf4fdff6b9a7dcb679ebbc71f.tar.gz
Qt-183243963d523beaf4fdff6b9a7dcb679ebbc71f.tar.bz2
Doc: typographical and spelling errors.
Diffstat (limited to 'doc/src/declarative/qdeclarativeperformance.qdoc')
-rw-r--r--doc/src/declarative/qdeclarativeperformance.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/qdeclarativeperformance.qdoc b/doc/src/declarative/qdeclarativeperformance.qdoc
index be8c029..061a71c 100644
--- a/doc/src/declarative/qdeclarativeperformance.qdoc
+++ b/doc/src/declarative/qdeclarativeperformance.qdoc
@@ -51,7 +51,7 @@ Rectangle {
x: 20
width: 200; height: 200
}
-Rectange {
+Rectangle {
id: rect2
x: rect1.x
y: rect1.y + rect1.height
@@ -68,7 +68,7 @@ Rectangle {
x: 20
width: 200; height: 200
}
-Rectange {
+Rectangle {
id: rect2
height: 200
anchors.left: rect1.left