Skip to content

Commit

Permalink
Merge pull request #52 from Kai-Zhang/master
Browse files Browse the repository at this point in the history
Fix sdk doc
  • Loading branch information
Kai-Zhang authored Jul 13, 2017
2 parents 028dd2a + a442887 commit 6e9c342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cxx_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Now all the interfaces will be listed below. All the functions are in a class na
* Return value: `bool` - suggests if the operation is succeeded

3. `bool Get(const std::string& key, const std::string* value, SDKError* error)`
Get the value of the key. Returns `true` when success, or `false` otherwise and `error` will be set
Get the value of the key. Returns `true` when success or no such key, or `false` otherwise and `error` will be set
* Parameter:
* `key` - key of the data
* `value` - pointer to the value of the data
Expand Down

0 comments on commit 6e9c342

Please sign in to comment.