aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-03-14 14:41:27 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-03-14 14:04:14 +0000
commitcfe33211cc48199b2b69ac37972d58d5d141ef07 (patch)
tree426a879c40335ed35dbe0b8d4964b1d5589a3310 /doc/qbs.qdoc
parentabd06c02a2ecb3ca7256ab02aaa7e037558ca615 (diff)
Documentation: Fix syntax error
Change-Id: I4209bd3ff88ce64c2089c23f43fbb8026613915e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc/qbs.qdoc')
-rw-r--r--doc/qbs.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 728123d6b..c494b36d2 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -1092,7 +1092,7 @@
\li Generic data, as in QML.
\row
\li \c varList
- \li \c{property var aMapList: [{ key1: "value1", key2: "value2" }, { key1: "value3" }]
+ \li \c{property var aMapList: [{ key1: "value1", key2: "value2" }, { key1: "value3" }]}
\li A list of generic data, typically JavaScript objects.
\endtable