Unverified Commit 9f8f4730 authored by Jakub Sztandera's avatar Jakub Sztandera Committed by GitHub

Merge pull request #131 from RTradeLtd/typo/fix

Misc Typo Fixes
parents aa9190c1 1acbf912
......@@ -110,7 +110,7 @@ type CheckedDatastore interface {
Check() error
}
// CheckedDatastore is an interface that should be implemented by datastores
// ScrubbedDatastore is an interface that should be implemented by datastores
// which want to provide a mechanism to check data integrity and/or
// error correction.
type ScrubbedDatastore interface {
......
......@@ -11,6 +11,6 @@ go-datastore interface, there are several implementations you can choose from:
good for big blobs, though may be missing few features (some iteration
settings don't work).
* https://github.com/ipfs/go-ds-leveldb - Datastore implementation backed
by LevelDB database. Geed for small-size values and many keys.
by LevelDB database. Good for small-size values and many keys.
* https://github.com/ipfs/go-ds-badger - A fast datastore implementation
backed by BadgerDB. Good for most kinds of data.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment