Skip to content

Commit fa784c2

Browse files
author
Amanda Butler
authored
Edit URIBeaconCOnfigService.h
Edit file for active voice and comma use.
1 parent 08ef3f7 commit fa784c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/FEATURE_BLE/ble/services/URIBeaconConfigService.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ extern const uint8_t BEACON_UUID[sizeof(UUID::ShortUUIDBytes_t)];
4040

4141
/**
4242
* @class URIBeaconConfigService
43-
* @brief UriBeacon Configuration Service. Can be used to set URL, adjust power levels, and set flags.
43+
* @brief UriBeacon Configuration Service. You can use this to set URL, adjust power levels and set flags.
4444
* See http://uribeacon.org
4545
*
46-
* @deprecated This service is deprecated and no replacement is currently available.
46+
* @deprecated This service is deprecated, and no replacement is currently available.
4747
*/
4848
MBED_DEPRECATED_SINCE(
4949
"mbed-os-5.11",
50-
"This service is deprecated and no replacement is currently available."
50+
"This service is deprecated, and no replacement is currently available."
5151
)
5252
class URIBeaconConfigService {
5353
public:
@@ -95,11 +95,11 @@ class URIBeaconConfigService {
9595
* @param[in] defaultAdvPowerLevelsIn
9696
* Default power-levels array. Applies only if the resetToDefaultsFlag is true.
9797
*
98-
* @deprecated This service is deprecated and no replacement is currently available.
98+
* @deprecated This service is deprecated, and no replacement is currently available.
9999
*/
100100
MBED_DEPRECATED_SINCE(
101101
"mbed-os-5.11",
102-
"This service is deprecated and no replacement is currently available."
102+
"This service is deprecated, and no replacement is currently available."
103103
)
104104
URIBeaconConfigService(BLE &bleIn,
105105
Params_t &paramsIn,

0 commit comments

Comments
 (0)