Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
docs(pinning): eliminate copy-n-paste typo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoyer64 authored Feb 27, 2023
1 parent 900edf3 commit 1174ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 1174ddd

Please sign in to comment.