Make title capitalization more consistent in QML documentation.
[profile/ivi/qtdeclarative.git] / src / qml / doc / src / modules / topic.qdoc
index 9a72d68..dd3e4de 100644 (file)
@@ -82,7 +82,7 @@ necessary for exporting JavaScript files and object types defined in C++.
 
 See \l{qtqml-modules-qmldir.html}{Adding Module Metadata with a qmldir File} for more information.
 
-\section1 Providing Types And Functionality In A C++ Plugin
+\section1 Providing Types and Functionality in a C++ Plugin
 
 An application which has a lot of logic implemented in C++, or which defines
 types in C++ and exposes them to QML, may wish to implement a QML plugin.  A