aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qml/qmlsyntax.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qml/qmlsyntax.qdoc')
-rw-r--r--doc/src/qml/qmlsyntax.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qml/qmlsyntax.qdoc b/doc/src/qml/qmlsyntax.qdoc
index b2b7fc89bd..1cd6ad7f46 100644
--- a/doc/src/qml/qmlsyntax.qdoc
+++ b/doc/src/qml/qmlsyntax.qdoc
@@ -133,7 +133,7 @@ Commenting in QML is similar to JavaScript.
\o Multiline comments start with /* and finish with *\/
\endlist
-\snippet doc/src/snippets/declarative/comments.qml 0
+\snippet doc/src/snippets/qml/comments.qml 0
Comments are ignored by the engine. They are useful for explaining what you
are doing; for referring back to at a later date, or for others reading