Skip to content

Commit 9052cf4

Browse files
author
Amanda Butler
authored
Copy edit GattAttribute.h
Make minor copy edits for active voice and phrasing.
1 parent fcb50dd commit 9052cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/FEATURE_BLE/ble/GattAttribute.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class GattAttribute {
3737
public:
3838
/**
3939
* Type for the handle or ID of the attribute in the ATT table. These are
40-
* unique and are usually generated by the underlying BLE stack.
40+
* unique, and the underlying BLE stack usually generates them.
4141
*/
4242
typedef ble::attribute_handle_t Handle_t;
4343
/**
@@ -59,7 +59,7 @@ class GattAttribute {
5959
* @param[in] maxLen
6060
* The max length in bytes of this attribute's value.
6161
* @param[in] hasVariableLen
62-
* Whether the attribute's value length changes overtime.
62+
* Whether the attribute's value length changes over time.
6363
*
6464
* @section EXAMPLE
6565
*

0 commit comments

Comments
 (0)