summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-19 02:29:00 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-19 02:29:00 (GMT)
commit6366969eaac962338424c49619a8664b03428985 (patch)
tree46a2fb4289905d22aa3ce6a02fe4b66bdce09841 /doc
parent0b991014c55d02211eee01cad44b4ca4a2edb07d (diff)
downloadQt-6366969eaac962338424c49619a8664b03428985.zip
Qt-6366969eaac962338424c49619a8664b03428985.tar.gz
Qt-6366969eaac962338424c49619a8664b03428985.tar.bz2
Fix doc typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/scope.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/scope.qdoc b/doc/src/declarative/scope.qdoc
index 14efa59..fc678d1 100644
--- a/doc/src/declarative/scope.qdoc
+++ b/doc/src/declarative/scope.qdoc
@@ -215,7 +215,7 @@ Item { // Scope object for Script block 1
\endcode
One notable characteristic of the scope object is its interaction with \l {Attached Properties}.
-As attached properties exist on all object, an attached property reference that is not
+As attached properties exist on all objects, an attached property reference that is not
explicitly prefixed by an id will \e always resolve to the attached property on the scope
object.