Skip to content

Commit 08ef3f7

Browse files
author
Amanda Butler
authored
Edit iBeacon.h
Add commas between two independent clauses joined by a coordinating conjunction.
1 parent 431402c commit 08ef3f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/FEATURE_BLE/ble/services/iBeacon.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
*
8383
* @note More information at https://developer.apple.com/ibeacon/Getting-Started-with-iBeacon.pdf
8484
*
85-
* @deprecated This service is deprecated and no replacement is currently available.
85+
* @deprecated This service is deprecated, and no replacement is currently available.
8686
*/
8787
MBED_DEPRECATED_SINCE(
8888
"mbed-os-5.11",
89-
"This service is deprecated and no replacement is currently available."
89+
"This service is deprecated, and no replacement is currently available."
9090
)
9191
class iBeacon
9292
{
@@ -204,11 +204,11 @@ class iBeacon
204204
*
205205
* @param[in] compID ID of the beacon manufacturer.
206206
*
207-
* @deprecated This service is deprecated and no replacement is currently available.
207+
* @deprecated This service is deprecated, and no replacement is currently available.
208208
*/
209209
MBED_DEPRECATED_SINCE(
210210
"mbed-os-5.11",
211-
"This service is deprecated and no replacement is currently available."
211+
"This service is deprecated, and no replacement is currently available."
212212
)
213213
iBeacon(
214214
BLE &_ble,

0 commit comments

Comments
 (0)