Skip to content

Commit

Permalink
Merge pull request #131 from RTradeLtd/typo/fix
Browse files Browse the repository at this point in the history
Misc Typo Fixes
  • Loading branch information
Kubuxu authored Jun 30, 2019
2 parents aa9190c + 1acbf91 commit 9f8f473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9f8f473

Please sign in to comment.