fix: document error (#74)
This commit was moved from ipfs/interface-go-ipfs-core@e9a299166898903a08f98e766aa23f452170496a This commit was moved from ipfs/boxo@f9d0ad972ce79a1fca890370606d585cf49416fe
godcong committed
Mar 25, 2022 at 22:32 UTC
29d037909ba8e25f5a62b240ac2b09c1d6591b03
1 file changed
+1
-1
core/coreiface/coreapi.go
+1
-1
@@ -32,7 +32,7 @@ type CoreAPI interface {
32
// Pin returns an implementation of Pin API
33
Pin() PinAPI
34
35
- // ObjectAPI returns an implementation of Object API
35
+ // Object returns an implementation of Object API
36
Object() ObjectAPI
37
38
// Dht returns an implementation of Dht API