Skip to content

Commit de234b6

Browse files
ParthSaneparakartben
authored andcommitted
doc: correct typo from 'date' to 'data' in README
Fixed a typo in this two files. lsm6dso README and coap_server document file Signed-off-by: Parth Sanepara <[email protected]>
1 parent f1087d2 commit de234b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/connectivity/networking/api/coap_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ of CoAP services. An example using a temperature sensor can look like:
173173
coap_append_option_int(&response, COAP_OPTION_CONTENT_FORMAT,
174174
COAP_CONTENT_FORMAT_TEXT_PLAIN);
175175
176-
/* Get the sensor date */
176+
/* Get the sensor data */
177177
sensor_sample_fetch_chan(dev, SENSOR_CHAN_AMBIENT_TEMP);
178178
sensor_channel_get(dev, SENSOR_CHAN_AMBIENT_TEMP, &value);
179179
temp = sensor_value_to_double(&value);

samples/sensor/lsm6dso/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Overview
99
********
10-
This sample sets the date rate of LSM6DSO accelerometer and gyroscope to
10+
This sample sets the data rate of the LSM6DSO accelerometer and gyroscope to
1111
12.5Hz and enables a trigger on data ready. It displays on the console
1212
the values for accelerometer and gyroscope.
1313

0 commit comments

Comments
 (0)