aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsscopechain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qmljs/qmljsscopechain.cpp')
-rw-r--r--src/libs/qmljs/qmljsscopechain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmljs/qmljsscopechain.cpp b/src/libs/qmljs/qmljsscopechain.cpp
index a25c094db4d..9ec4d0cf374 100644
--- a/src/libs/qmljs/qmljsscopechain.cpp
+++ b/src/libs/qmljs/qmljsscopechain.cpp
@@ -40,7 +40,7 @@ using namespace QmlJS;
a specific location.
\sa Document Context ScopeBuilder
- A ScopeChain is used to perform global lookup with the lookup() method and
+ A ScopeChain is used to perform global lookup with the lookup() function and
to access information about the enclosing scopes.
Once constructed for a Document in a Context it represents the root scope of