summaryrefslogtreecommitdiffstats
path: root/doc/src/qtsensors-cpp.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qtsensors-cpp.qdoc')
-rw-r--r--doc/src/qtsensors-cpp.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/qtsensors-cpp.qdoc b/doc/src/qtsensors-cpp.qdoc
index 79f1ed6e..ecb54b43 100644
--- a/doc/src/qtsensors-cpp.qdoc
+++ b/doc/src/qtsensors-cpp.qdoc
@@ -36,14 +36,14 @@
On a device there can be many types of sensors. Not all of the types that the QtSensors API
supports may be available. There may also be types available that are not defined in the
-QtSensors API. You can find the sensor types available on a device using the
+QtSensors API. The types of sensors available on a device is found using the
\l QSensor::sensorTypes() function.
For a list of built-in sensor types, see the \l{Sensor Classes} section below.
\section1 Common Conventions
-Unless otherwise specified, QtSensors shall use the
+Unless otherwise specified, QtSensors uses the
\l{http://en.wikipedia.org/wiki/Cartesian_coordinate_system}{Right Hand Cartesian coordinate system}.
\image sensors-coordinates.jpg
@@ -65,7 +65,7 @@ sensor.
\section1 Using a Sensor
-The life cycle of a sensor is typically:
+The life cycle of a QSensor is typically:
\list
\o Create an instance of QSensor or one of its sub-classes on the stack or heap.