diff --git a/features/FEATURE_BLE/ble/GattAttribute.h b/features/FEATURE_BLE/ble/GattAttribute.h index cbca2237fa..485456d6ba 100644 --- a/features/FEATURE_BLE/ble/GattAttribute.h +++ b/features/FEATURE_BLE/ble/GattAttribute.h @@ -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 *