Skip to content

Commit 7181afc

Browse files
author
Amanda Butler
authored
Copy edit CellularInformation.h
Copy edit file for parallelism and active voice.
1 parent 907fede commit 7181afc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/cellular/framework/API/CellularInformation.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CellularInformation {
4343
* @param buf manufacturer identification as zero terminated string
4444
* @param buf_size max length of manufacturer identification is 2048 characters
4545
* @return NSAPI_ERROR_OK on success
46-
* NSAPI_ERROR_DEVICE_ERROR on case of failure
46+
* NSAPI_ERROR_DEVICE_ERROR on failure
4747
*/
4848
virtual nsapi_error_t get_manufacturer(char *buf, size_t buf_size) = 0;
4949

@@ -52,7 +52,7 @@ class CellularInformation {
5252
* @param buf model identification as zero terminated string
5353
* @param buf_size max length of model identification is 2048 characters
5454
* @return NSAPI_ERROR_OK on success
55-
* NSAPI_ERROR_DEVICE_ERROR on case of failure
55+
* NSAPI_ERROR_DEVICE_ERROR on failure
5656
*/
5757
virtual nsapi_error_t get_model(char *buf, size_t buf_size) = 0;
5858

@@ -61,7 +61,7 @@ class CellularInformation {
6161
* @param buf revision identification as zero terminated string
6262
* @param buf_size max length of revision identification is 2048 characters
6363
* @return NSAPI_ERROR_OK on success
64-
* NSAPI_ERROR_DEVICE_ERROR on case of failure
64+
* NSAPI_ERROR_DEVICE_ERROR on failure
6565
*/
6666
virtual nsapi_error_t get_revision(char *buf, size_t buf_size) = 0;
6767

@@ -71,8 +71,8 @@ class CellularInformation {
7171
* @param buf_size max length of serial number is 2048 characters
7272
* @param type serial number type to read
7373
* @return NSAPI_ERROR_OK on success
74-
* NSAPI_ERROR_UNSUPPORTED if SerialNumberType is not supported by the modem
75-
* NSAPI_ERROR_DEVICE_ERROR on case of other failures
74+
* NSAPI_ERROR_UNSUPPORTED if the modem does not support SerialNumberType
75+
* NSAPI_ERROR_DEVICE_ERROR on other failures
7676
*/
7777
enum SerialNumberType {
7878
SN = 0, // Serial Number

0 commit comments

Comments
 (0)