Skip to content

Commit

Permalink
Copy edit CellularConnectionFSM.h
Browse files Browse the repository at this point in the history
Copy edit for consistent tense and comma usage.
  • Loading branch information
Amanda Butler committed Jun 21, 2018
1 parent 1a60422 commit da6f2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/cellular/easy_cellular/CellularConnectionFSM.h
Expand Up @@ -118,8 +118,8 @@ class CellularConnectionFSM
CellularDevice *get_device();

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

0 comments on commit da6f2d9

Please sign in to comment.