summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/serialport/doc/src/index.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/serialport/doc/src/index.qdoc b/src/serialport/doc/src/index.qdoc
index 00a8279f..7504d270 100644
--- a/src/serialport/doc/src/index.qdoc
+++ b/src/serialport/doc/src/index.qdoc
@@ -29,15 +29,15 @@
\page qtserialport-index.html
\since 5.1
\title Qt Serial Port
- \brief Provides API to make the serial programming simple and portable.
+ \brief Provides an API to make serial programming simple and portable.
Qt Serial Port provides the basic functionality, which includes
- configuring, I/O operations, get and set control signals of the
+ configuring, I/O operations, getting and setting the control signals of the
RS-232 pinouts.
The following items are not supported by this module:
\list
- \li Terminal features such as echo, control CR/LF, and so on.
+ \li Terminal features, such as echo, control CR/LF, and so on.
\li Text mode.
\li Configuring timeouts and delays while reading or writing.
\li Pinout signal change notification.