Edit iBeacon.h

Add commas between two independent clauses joined by a coordinating conjunction.
pull/8738/head
Amanda Butler 2018-11-26 19:14:14 -06:00 committed by GitHub
parent 431402c14d
commit 08ef3f7209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -82,11 +82,11 @@
* *
* @note More information at https://developer.apple.com/ibeacon/Getting-Started-with-iBeacon.pdf * @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_DEPRECATED_SINCE(
"mbed-os-5.11", "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 class iBeacon
{ {
@ -204,11 +204,11 @@ public:
* *
* @param[in] compID ID of the beacon manufacturer. * @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_DEPRECATED_SINCE(
"mbed-os-5.11", "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( iBeacon(
BLE &_ble, BLE &_ble,