Skip to content

Commit 71bc3f7

Browse files
author
Amanda Butler
authored
Copy edit blecommon.h
Copy edit, mostly for consistent punctuation.
1 parent 4702ff2 commit 71bc3f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/FEATURE_BLE/ble/blecommon.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ enum {
134134
/**
135135
* Error codes for the BLE API.
136136
*
137-
* The value 0 means that no error was reported therefore it allows a user of
138-
* the API to cleanly test for errors.
137+
* The value 0 means that no error was reported; therefore, it allows an API
138+
* user to cleanly test for errors.
139139
*
140140
* @code
141141
* ble_error_t error = some_ble_api_function();
@@ -182,7 +182,7 @@ enum ble_error_t {
182182
BLE_ERROR_INVALID_STATE = 6,
183183

184184
/**
185-
* Out of memory
185+
* Out of memory.
186186
*/
187187
BLE_ERROR_NO_MEM = 7,
188188

@@ -207,7 +207,7 @@ enum ble_error_t {
207207
BLE_ERROR_UNSPECIFIED = 11,
208208

209209
/**
210-
* The platform-specific stack failed
210+
* The platform-specific stack failed.
211211
*/
212212
BLE_ERROR_INTERNAL_STACK_FAILURE = 12,
213213
};

0 commit comments

Comments
 (0)