summaryrefslogtreecommitdiffstats
path: root/src/nfc/doc/src/nfc-overview.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/doc/src/nfc-overview.qdoc')
-rw-r--r--src/nfc/doc/src/nfc-overview.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nfc/doc/src/nfc-overview.qdoc b/src/nfc/doc/src/nfc-overview.qdoc
index 6c479c62..b7d029bb 100644
--- a/src/nfc/doc/src/nfc-overview.qdoc
+++ b/src/nfc/doc/src/nfc-overview.qdoc
@@ -29,21 +29,21 @@
\ingroup technology-apis
\title Qt NFC Overview
\page qtnfc-overview.html
-\brief The Qt NFC classes provides access to NFC enabled devices.
+\brief Provides access to NFC enabled devices.
\tableofcontents
With the Qt NFC API typical use cases are:
\list
- \li Detect NFC tags entering and leaving communication range.
+ \li Detect NFC tags entering and leaving the communication range.
\li Read and write NDEF message on NFC Forum Tags.
\li Register an NDEF message handler for a particular content type.
\endlist
-The following sections describe how to use QtNfc C++ classes for the above use cases.
+The following sections describe how to use Qt NFC C++ classes for the above use cases.
\section1 Detect NFC tags entering and leaving communication range.
-\section1 Read and write NDEF message on NFC Forum Tags.
+\section1 Read and write an NDEF message on NFC Forum Tags.
\section1 Register an NDEF message handler for a particular content type.
*/