mirror of https://github.com/ARMmbed/mbed-os.git
Add word to KVMap.h
Add missing article for clarity and capitalization.pull/8933/head
parent
77a931b579
commit
66dc5a2eba
|
@ -145,7 +145,7 @@ public:
|
||||||
* @brief Full name lookup, and then break it into KVStore instance and key
|
* @brief Full name lookup, and then break it into KVStore instance and key
|
||||||
*
|
*
|
||||||
* @param[in] full_name String parameter contains the partition name to look for.
|
* @param[in] full_name String parameter contains the partition name to look for.
|
||||||
* The String should be formated as follow "/partition name/key". key is optional.
|
* The String should be formated as follow "/partition name/key". The key is optional.
|
||||||
* @param[out] kv_instance Returns the main KVStore instance associated with the required partition name.
|
* @param[out] kv_instance Returns the main KVStore instance associated with the required partition name.
|
||||||
* @param[out] key_index Returns an index to the first character of the key.
|
* @param[out] key_index Returns an index to the first character of the key.
|
||||||
* @param[out] flags_mask Return the flag masking for the current configuration
|
* @param[out] flags_mask Return the flag masking for the current configuration
|
||||||
|
|
Loading…
Reference in New Issue