aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2021-09-16 16:47:23 +0200
committerOliver Eftevaag <oliver.eftevaag@qt.io>2021-09-17 13:17:46 +0200
commit0b13d7ded6b84cc76374535e0092c075a668c5ec (patch)
tree60fdac7fe9a35115e90829495e23073989036661 /src/qml/doc/src
parent0645cf8e30e2311cc3d90cc2cb7abc7a27e91624 (diff)
Version numbers are not mandatory anymore, updating doc to reflect that
Replacing the word mandatory with optional. Pick-to: 6.2 Change-Id: Ied15d74a2c9dce3592d3f90f6e1ddcf3d6dba621 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/qml/doc/src')
-rw-r--r--src/qml/doc/src/qmllanguageref/modules/identifiedmodules.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/qmllanguageref/modules/identifiedmodules.qdoc b/src/qml/doc/src/qmllanguageref/modules/identifiedmodules.qdoc
index 303ed6b18c..7054378b07 100644
--- a/src/qml/doc/src/qmllanguageref/modules/identifiedmodules.qdoc
+++ b/src/qml/doc/src/qmllanguageref/modules/identifiedmodules.qdoc
@@ -35,8 +35,8 @@ specified by the module in its \c qmldir file. This enables such modules to
be imported with a unique identifier that remains the same no matter where the
module is located on the local file system.
-When importing an identified module, an unquoted identifier is used, with a
-mandatory version number:
+When importing an identified module, an unquoted identifier is used, with an
+optional version number:
\snippet qml/imports/installed-module.qml imports