aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/contentplugin.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/contentplugin.qdoc')
-rw-r--r--doc/examples/contentplugin.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/contentplugin.qdoc b/doc/examples/contentplugin.qdoc
index 870d466..a62267e 100644
--- a/doc/examples/contentplugin.qdoc
+++ b/doc/examples/contentplugin.qdoc
@@ -44,7 +44,7 @@
contentadapterinterface.h in the QmlLive source code. This
interface can be used to add a new ContentAdapter to QmlLive.
The ContentAdapter will be used to display any content that shouldn't be
- handled by the LiveRuntime, like displaying an image.
+ handled by the QmlLive Runtime, like displaying an image.
\snippet contentadapterinterface.h 0