Skip to content

Commit 66dc5a2

Browse files
author
Amanda Butler
authored
Add word to KVMap.h
Add missing article for clarity and capitalization.
1 parent 77a931b commit 66dc5a2

File tree

1 file changed

+1
-1
lines changed
  • features/storage/kvstore/kv_map

1 file changed

+1
-1
lines changed

features/storage/kvstore/kv_map/KVMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class KVMap : private mbed::NonCopyable<KVMap> {
145145
* @brief Full name lookup, and then break it into KVStore instance and key
146146
*
147147
* @param[in] full_name String parameter contains the partition name to look for.
148-
* The String should be formated as follow "/partition name/key". key is optional.
148+
* The String should be formated as follow "/partition name/key". The key is optional.
149149
* @param[out] kv_instance Returns the main KVStore instance associated with the required partition name.
150150
* @param[out] key_index Returns an index to the first character of the key.
151151
* @param[out] flags_mask Return the flag masking for the current configuration

0 commit comments

Comments
 (0)