We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f0af2 commit 9ecd728Copy full SHA for 9ecd728
blocks.go
@@ -18,10 +18,10 @@ var ErrWrongHash = errors.New("data did not match given hash")
18
19
// Block provides abstraction for blocks implementations.
20
//
21
-// Many different packages use opjects that contain Block information, and this
+// Many different packages use objects 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.
+// packages in the IPFS ecosystem that exchange block information.
25
type Block interface {
26
RawData() []byte
27
Cid() cid.Cid
0 commit comments