summaryrefslogtreecommitdiffstats
path: root/doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc')
-rw-r--r--doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc b/doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc
index 4b908422..2b03366d 100644
--- a/doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc
+++ b/doc/src/howtos/qmlbestpractices/qmlbestpractices-coding.qdoc
@@ -79,8 +79,8 @@ mean the code is confusing.
Similar to JavaScript or C++, there are two ways of commenting QML code:
\list
-\o Single line comments start with \c{//} and finish at the end of the line
-\o Multiline comments start with \c{/*} and finish with *\/
+\li Single line comments start with \c{//} and finish at the end of the line
+\li Multiline comments start with \c{/*} and finish with *\/
\endlist
\section1 Group Properties