We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a041897 + 33a678b commit ee9df02Copy full SHA for ee9df02
sync/sync.go
@@ -7,7 +7,7 @@ import (
7
dsq "github.com/ipfs/go-datastore/query"
8
)
9
10
-// MutexDatastore contains a child datastire and a mutex.
+// MutexDatastore contains a child datastore and a mutex.
11
// used for coarse sync
12
type MutexDatastore struct {
13
sync.RWMutex
0 commit comments