Skip to content

Commit

Permalink
[docs] updates package level comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlott committed Jul 20, 2023
1 parent 8e49009 commit 9de1b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/trees/trees.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// package trees maintains a set of sparse merkle trees
// each backed by the `KVStore` interface. It offers an atomic
// commit and rollback mechanism for interacting with
// that core resource map of merkle trees.
// its core resource - a set of merkle trees.
// `Commit` must be called after any `Update` calls to persist changes.
// `Savepoint` is first called to create a new anchor in time.
// `Update` is called, which will fetch and apply the changes to their
Expand Down

0 comments on commit 9de1b01

Please sign in to comment.