Skip to content

Commit

Permalink
fix: document error (#74)
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/interface-go-ipfs-core@e9a2991
  • Loading branch information
godcong committed Mar 25, 2022
1 parent 2263eca commit f9d0ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreiface/coreapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type CoreAPI interface {
// Pin returns an implementation of Pin API
Pin() PinAPI

// ObjectAPI returns an implementation of Object API
// Object returns an implementation of Object API
Object() ObjectAPI

// Dht returns an implementation of Dht API
Expand Down

0 comments on commit f9d0ad9

Please sign in to comment.