Skip to content

Commit b983ca9

Browse files
author
Amanda Butler
authored
Copy edit README.md
Tweak bullet's phrasing to clarify meaning
1 parent 099b924 commit b983ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/nvstore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Each item is kept in an entry containing a header and data, where the header hol
2222
- get: Get the value of an item, given key.
2323
- set: Set the value of an item, given key and value.
2424
- set_once: Like set, but allows only a one time setting of this item (and disables deleting of this item).
25-
- alloc_key: Allocates a free key (from the non predefined keys) to an owner (an owning feature).
25+
- alloc_key: Allocates a free key (from the keys that are not predefined) to an owner (an owning feature).
2626
- free_all_keys_by_owner: Free all allocated keys, given an owner.
2727
- remove: Remove an item, given key.
2828
- get_item_size: Get the item value size (in bytes).

0 commit comments

Comments
 (0)