Add word to KVMap.h

Add missing article for clarity and capitalization.
pull/8933/head
Amanda Butler 2018-12-04 16:24:00 -06:00 committed by GitHub
parent 77a931b579
commit 66dc5a2eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public:
* @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.
* 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] key_index Returns an index to the first character of the key.
* @param[out] flags_mask Return the flag masking for the current configuration