Skip to content

Commit 6213ec1

Browse files
committed
fix typos
1 parent d7f0af2 commit 6213ec1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blocks.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ var ErrWrongHash = errors.New("data did not match given hash")
1818

1919
// Block provides abstraction for blocks implementations.
2020
//
21-
// Many different packages use opjects that contain Block information, and this
22-
// interface allows those objects to be passed to APIs that require blocks. The
23-
// Block interface provides a common basis for interoperability between many
24-
// packages in the IPFS exosystem that exchange block information.
21+
// Many different packages use objects that contain Block information, and this
22+
// interface allows those objects to be passed to APIs as a Block. The Block
23+
// interface provides a common basis for interoperability between many packages
24+
// in the IPFS ecosystem that exchange block information.
2525
type Block interface {
2626
RawData() []byte
2727
Cid() cid.Cid

0 commit comments

Comments
 (0)