File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
features/storage/kvstore/kv_map Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ class KVMap : private mbed::NonCopyable<KVMap> {
145
145
* @brief Full name lookup, and then break it into KVStore instance and key
146
146
*
147
147
* @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.
149
149
* @param[out] kv_instance Returns the main KVStore instance associated with the required partition name.
150
150
* @param[out] key_index Returns an index to the first character of the key.
151
151
* @param[out] flags_mask Return the flag masking for the current configuration
You can’t perform that action at this time.
0 commit comments