aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/includes/qqmlcomponent.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/includes/qqmlcomponent.qdoc')
-rw-r--r--src/qml/doc/src/includes/qqmlcomponent.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/includes/qqmlcomponent.qdoc b/src/qml/doc/src/includes/qqmlcomponent.qdoc
index 0eb60ed743..6949d8823a 100644
--- a/src/qml/doc/src/includes/qqmlcomponent.qdoc
+++ b/src/qml/doc/src/includes/qqmlcomponent.qdoc
@@ -52,7 +52,7 @@
Ensure that the URL provided is full and correct, in particular, use
\l QUrl::fromLocalFile() when loading a file from the local filesystem.
-Relative paths will be resolved against the engine's
-\l {QQmlEngine::baseUrl}{baseUrl()}, which is the current working directory
+Relative paths will be resolved against
+\l {QQmlEngine::baseUrl}{QQmlEngine::baseUrl()}, which is the current working directory
unless specified.
//! [url-note]