From 08ef3f7209e3b3b978349dc1e73bd48f7474103b Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Mon, 26 Nov 2018 19:14:14 -0600 Subject: [PATCH] Edit iBeacon.h Add commas between two independent clauses joined by a coordinating conjunction. --- features/FEATURE_BLE/ble/services/iBeacon.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/FEATURE_BLE/ble/services/iBeacon.h b/features/FEATURE_BLE/ble/services/iBeacon.h index ba5b1b2560..bed6d13eae 100644 --- a/features/FEATURE_BLE/ble/services/iBeacon.h +++ b/features/FEATURE_BLE/ble/services/iBeacon.h @@ -82,11 +82,11 @@ * * @note More information at https://developer.apple.com/ibeacon/Getting-Started-with-iBeacon.pdf * - * @deprecated This service is deprecated and no replacement is currently available. + * @deprecated This service is deprecated, and no replacement is currently available. */ MBED_DEPRECATED_SINCE( "mbed-os-5.11", - "This service is deprecated and no replacement is currently available." + "This service is deprecated, and no replacement is currently available." ) class iBeacon { @@ -204,11 +204,11 @@ public: * * @param[in] compID ID of the beacon manufacturer. * - * @deprecated This service is deprecated and no replacement is currently available. + * @deprecated This service is deprecated, and no replacement is currently available. */ MBED_DEPRECATED_SINCE( "mbed-os-5.11", - "This service is deprecated and no replacement is currently available." + "This service is deprecated, and no replacement is currently available." ) iBeacon( BLE &_ble,