diff options
author | Sze Howe Koh <szehowe.koh@gmail.com> | 2013-01-25 23:23:05 +0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-01-25 17:25:15 +0100 |
commit | 69211887e90304e44894475881c5c3aad8bd6107 (patch) | |
tree | 16c8cb3c5ff63d85a0bab407a8a709c01780a99c /examples | |
parent | c3c83eb164c3932a311ad47ef0e1991d0bdc6c0e (diff) | |
download | qtxmlpatterns-69211887e90304e44894475881c5c3aad8bd6107.tar.gz |
Doc: Fix module name format
Follow the conventions at
http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation
Change-Id: I1a8b3cafa9d1b9a6fdde835ae93f5f87b4d3970c
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/xmlpatterns/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/README b/examples/xmlpatterns/README index 5d585dc..55b17cb 100644 --- a/examples/xmlpatterns/README +++ b/examples/xmlpatterns/README @@ -1,5 +1,5 @@ XQuery queries and XPath expressions can be used in Qt with the -QtXmlPatterns module. +Qt XML Patterns module. XQuery is a query language used to query XML in a concise and safe manner. |