From 1174ddd23d65dd4ff4355c049e1e5e662a424b3f Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Mon, 27 Feb 2023 09:44:25 -0500 Subject: [PATCH] docs(pinning): eliminate copy-n-paste typo (#28) --- pin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pin.go b/pin.go index 27f4b40..fcf7d76 100644 --- a/pin.go +++ b/pin.go @@ -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