Skip to content

Commit cc3eda9

Browse files
Amanda ButlerCruz Monrreal II
authored andcommitted
Copy edit CellularInformation.h
Copy edit file for parallelism and active voice.
1 parent 2b9f670 commit cc3eda9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/cellular/framework/API/CellularInformation.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class CellularInformation
4444
* @param buf manufacturer identification
4545
* @param buf_size max length of manufacturer identification is 2048 characters
4646
* @return NSAPI_ERROR_OK on success
47-
* NSAPI_ERROR_DEVICE_ERROR on case of failure
47+
* NSAPI_ERROR_DEVICE_ERROR on failure
4848
*/
4949
virtual nsapi_size_or_error_t get_manufacturer(char *buf, size_t buf_size) = 0;
5050

@@ -53,7 +53,7 @@ class CellularInformation
5353
* @param buf model identification
5454
* @param buf_size max length of model identification is 2048 characters
5555
* @return NSAPI_ERROR_OK on success
56-
* NSAPI_ERROR_DEVICE_ERROR on case of failure
56+
* NSAPI_ERROR_DEVICE_ERROR on failure
5757
*/
5858
virtual nsapi_size_or_error_t get_model(char *buf, size_t buf_size) = 0;
5959

@@ -62,7 +62,7 @@ class CellularInformation
6262
* @param buf revision identification
6363
* @param buf_size max length of revision identification is 2048 characters
6464
* @return NSAPI_ERROR_OK on success
65-
* NSAPI_ERROR_DEVICE_ERROR on case of failure
65+
* NSAPI_ERROR_DEVICE_ERROR on failure
6666
*/
6767
virtual nsapi_size_or_error_t get_revision(char *buf, size_t buf_size) = 0;
6868
};

0 commit comments

Comments
 (0)