Copy edit GattAttribute.h

Make minor copy edits for active voice and phrasing.
pull/5392/head
Amanda Butler 2017-11-07 17:27:41 -06:00 committed by GitHub
parent fcb50dd5c8
commit 9052cf45c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class GattAttribute {
public:
/**
* Type for the handle or ID of the attribute in the ATT table. These are
* unique and are usually generated by the underlying BLE stack.
* unique, and the underlying BLE stack usually generates them.
*/
typedef ble::attribute_handle_t Handle_t;
/**
@ -59,7 +59,7 @@ public:
* @param[in] maxLen
* The max length in bytes of this attribute's value.
* @param[in] hasVariableLen
* Whether the attribute's value length changes overtime.
* Whether the attribute's value length changes over time.
*
* @section EXAMPLE
*