Copy edit AT_CellularBase.h

Copy edit file for clarified phrasing.
pull/6082/head
Amanda Butler 2018-02-28 22:02:26 -06:00 committed by Ari Parkkila
parent 68cac96042
commit cc3835e356
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@ public:
*/
ATHandler& get_at_handler();
/** Gets the device error which happened when using AT commands/responses. This is at error
/** Gets the device error that happened when using AT commands/responses. This is at error
* returned by the device. Returned CME/CMS errors can be found from 3gpp documents 27007 and 27005.
*
* @return at error (CME/CMS) while communication with the device
* @return at error (CME/CMS) while communicating with the device
*/
device_err_t get_device_error() const;