File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ var ErrWrongHash = errors.New("data did not match given hash")
18
18
19
19
// Block provides abstraction for blocks implementations.
20
20
//
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.
25
25
type Block interface {
26
26
RawData () []byte
27
27
Cid () cid.Cid
You can’t perform that action at this time.
0 commit comments