Skip to content

Commit

Permalink
docs: rename go-ipfs to kubo
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Nov 30, 2022
1 parent d301fe0 commit d17c184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/coreapi/coreapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (api *CoreAPI) PubSub() coreiface.PubSubAPI {
return (*PubSubAPI)(api)
}

// Routing returns the RoutingAPI interface implementation backed by the go-ipfs node
// Routing returns the RoutingAPI interface implementation backed by the kubo node
func (api *CoreAPI) Routing() coreiface.RoutingAPI {
return (*RoutingAPI)(api)
}
Expand Down

0 comments on commit d17c184

Please sign in to comment.