Skip to content

Commit da6f2d9

Browse files
author
Amanda Butler
authored
Copy edit CellularConnectionFSM.h
Copy edit for consistent tense and comma usage.
1 parent 1a60422 commit da6f2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/cellular/easy_cellular/CellularConnectionFSM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ class CellularConnectionFSM
118118
CellularDevice *get_device();
119119

120120
/** Get cellular sim interface. SIM interface is released when moving from STATE_ATTACHING_NETWORK to STATE_ACTIVATING_PDP_CONTEXT.
121-
* After SIM interface is closed this method will return NULL and any instances fetched via this method are invalid.
122-
* SIM interface can be created again via CellularDevice which you can get with the method get_device().
121+
* After SIM interface is closed, this method returns NULL, and any instances fetched using this method are invalid.
122+
* SIM interface can be created again using CellularDevice, which you can get with the method get_device().
123123
* @return sim interface, NULL on failure
124124
*/
125125
CellularSIM *get_sim();

0 commit comments

Comments
 (0)