Skip to content

Commit

Permalink
Small fix. Found missing space between 'up' and 'to'.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbolgiano authored and sandeepmistry committed Nov 13, 2017
1 parent 5cdfecd commit e8c2be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Will automatically notify/indicate central, if characteristic has notify/indicat
bool setValue(const unsigned char value[], unsigned char length);
```
* value - value bytes
* length - value length (upto value size)
* length - value length (up to value size)
Returns true on success (central notified/indicated, if applicable), false on failure (cannot be notified/indicated, if applicable)
Expand Down

0 comments on commit e8c2be4

Please sign in to comment.