Skip to content

Commit e8c2be4

Browse files
cbolgianosandeepmistry
authored andcommitted
Small fix. Found missing space between 'up' and 'to'.
1 parent 5cdfecd commit e8c2be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Will automatically notify/indicate central, if characteristic has notify/indicat
251251
bool setValue(const unsigned char value[], unsigned char length);
252252
```
253253
* value - value bytes
254-
* length - value length (upto value size)
254+
* length - value length (up to value size)
255255
256256
Returns true on success (central notified/indicated, if applicable), false on failure (cannot be notified/indicated, if applicable)
257257

0 commit comments

Comments
 (0)