Skip to content

Commit

Permalink
docs(pinning): eliminate copy-n-paste typo (ipfs#28)
Browse files Browse the repository at this point in the history
This commit was moved from ipfs/go-ipfs-pinner@1174ddd
  • Loading branch information
smoyer64 committed Feb 27, 2023
1 parent e19b61d commit fbb6fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinning/pinner/pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ type Pinner interface {
// DirectKeys returns all directly pinned cids
DirectKeys(ctx context.Context) ([]cid.Cid, error)

// DirectKeys returns all recursively pinned cids
// RecursiveKeys returns all recursively pinned cids
RecursiveKeys(ctx context.Context) ([]cid.Cid, error)

// InternalPins returns all cids kept pinned for the internal state of the
Expand Down

0 comments on commit fbb6fad

Please sign in to comment.