Skip to content

Commit 9ecd728

Browse files
committed
fix typos
1 parent d7f0af2 commit 9ecd728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blocks.go

Lines changed: 2 additions & 2 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
21+
// Many different packages use objects that contain Block information, and this
2222
// interface allows those objects to be passed to APIs that require blocks. The
2323
// Block interface provides a common basis for interoperability between many
24-
// packages in the IPFS exosystem that exchange block information.
24+
// packages in the IPFS ecosystem that exchange block information.
2525
type Block interface {
2626
RawData() []byte
2727
Cid() cid.Cid

0 commit comments

Comments
 (0)