aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2023-12-03 08:58:24 +0100
committerKai Köhne <kai.koehne@qt.io>2023-12-18 10:40:03 +0000
commite668d5e4a0c9ab278913080cd4f5ee0465e582b0 (patch)
tree1a5f22321724077de711d4555f14ed635ca6dbe3 /src/qml/doc
parent6f4072b27e006cc76e7400abd6e4146a5e2626ea (diff)
Doc: Remove superfluous curly bracket
Fixes: QTBUG-119640 Pick-to: 6.6 6.7 Change-Id: I88256e47b835154aae3974d3d717e6468b8497ba Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/cppintegration/definetypes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/cppintegration/definetypes.qdoc b/src/qml/doc/src/cppintegration/definetypes.qdoc
index 0759ab79f8..feb9053632 100644
--- a/src/qml/doc/src/cppintegration/definetypes.qdoc
+++ b/src/qml/doc/src/cppintegration/definetypes.qdoc
@@ -166,7 +166,7 @@ Message {
\section2 Registering Value Types
Any type with a \l{Q_GADGET} macro can the registered as a
-\l{qtqml-typesystem-valuetypes.html}{QML value type}}. Once such a type is
+\l{qtqml-typesystem-valuetypes.html}{QML value type}. Once such a type is
registered with the QML type system it can be used as property type in QML
code. Such an instance can be manipulated from QML; as
\l{qtqml-cppintegration-exposecppattributes.html}{Exposing Attributes of C++