Skip to content

Commit

Permalink
Correct some spelling errors in README.md (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuris authored Sep 27, 2023
1 parent fefab05 commit b124809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ versions with no additional cost at all.

![architecture diagram](./docs/assets/architecture.svg)

## Termimology
## Terminology

* `Revision` - A historical point-in-time state/version of the trie. This
represents the entire trie, including all `Key`/`Value`s at that point
Expand Down Expand Up @@ -111,7 +111,7 @@ The focus of this milestone will be to support synchronization to other
instances to replicate the state. A synchronization library should also
be developed for this milestone.
- [ ] :runner: Add support for Ava Labs generic test tool via grpc client
- [ ] :runner: Pluggable encoding for nodes, for optional compatibilty with merkledb
- [ ] :runner: Pluggable encoding for nodes, for optional compatibility with MerkleDB
- [ ] Support replicating the full state with corresponding range proofs that
verify the correctness of the data.
- [ ] Support replicating the delta state from the last sync point with
Expand Down

0 comments on commit b124809

Please sign in to comment.