Skip to content

Commit

Permalink
Update README.md (#286)
Browse files Browse the repository at this point in the history
Signed-off-by: JacobEverly <112036223+JacobEverly@users.noreply.github.com>
  • Loading branch information
JacobEverly authored Sep 27, 2023
1 parent b124809 commit c7a9678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ versions with no additional cost at all.
* `Put` - An operation for a `Key`/`Value` pair. A put means "create if it doesn't
exist, or update it if it does. A put operation is how you add a `Value` for a
specific `Key`.
* `Delete` - A operation indicating that a `Key` that should be removed from the trie.
* `Delete` - An operation indicating that a `Key` that should be removed from the trie.
* `Batch Operation` - An operation of either `Put` or `Delete`.
* `Batch` - An ordered set of `Batch Operation`s.
* `Proposal` - A proposal consists of a base `Root Hash` and a `Batch`, but is not
Expand Down

0 comments on commit c7a9678

Please sign in to comment.