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.
1 parent 799f546 commit 33a678bCopy full SHA for 33a678b
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