Copy edit GattServerEvents.h

Make minor copy edits for active voice, brevity and comma use.
pull/5392/head
Amanda Butler 2017-11-07 16:18:23 -06:00 committed by GitHub
parent bd39a6eb75
commit 69a06a9f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -35,12 +35,12 @@ class GattServerEvents
{
public:
/**
* Enumeration of events which can be generated by a GattServer
* implementation.
* Enumeration of events, which a GattServer
* implementation can generate.
*/
typedef enum gattEvent_e {
/**
* Fired when a server event was successfully sent out.
* Fired when a server event was successfully sent.
*/
GATT_EVENT_DATA_SENT = 1,