aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmlfunctions.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/qmlfunctions.qdoc')
-rw-r--r--src/qml/doc/src/qmlfunctions.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmlfunctions.qdoc b/src/qml/doc/src/qmlfunctions.qdoc
index 82ce7cbf92..f7a84e6584 100644
--- a/src/qml/doc/src/qmlfunctions.qdoc
+++ b/src/qml/doc/src/qmlfunctions.qdoc
@@ -164,7 +164,7 @@
if the type is available in QML, by having a \l QML_ELEMENT or
\l QML_NAMED_ELEMENT() macro. By default, each QQmlEngine will try to create a
singleton instance using either the type's default constructor or a static
- factory function of the signature \a{T *create(QQmlEngine *, QJSEngine *)}
+ factory function of the signature \c{T *create(QQmlEngine *, QJSEngine *)}
when the type is first accessed. If both do exist and are accessible, the
default constructor is preferred. If there is no default constructor and no
factory function the singleton is initially inaccessible. This behavior can be