Skip to content

Commit 69a06a9

Browse files
author
Amanda Butler
authored
Copy edit GattServerEvents.h
Make minor copy edits for active voice, brevity and comma use.
1 parent bd39a6e commit 69a06a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/FEATURE_BLE/ble/GattServerEvents.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ class GattServerEvents
3535
{
3636
public:
3737
/**
38-
* Enumeration of events which can be generated by a GattServer
39-
* implementation.
38+
* Enumeration of events, which a GattServer
39+
* implementation can generate.
4040
*/
4141
typedef enum gattEvent_e {
4242
/**
43-
* Fired when a server event was successfully sent out.
43+
* Fired when a server event was successfully sent.
4444
*/
4545
GATT_EVENT_DATA_SENT = 1,
4646

0 commit comments

Comments
 (0)