Skip to content

Commit

Permalink
fix: godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Jul 12, 2023
1 parent 74da9a2 commit 5ca7f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extendeddatasquare.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func (eds *ExtendedDataSquare) Width() uint {
return eds.width
}

// FlattenedEDS returns the extended data square as a flattened slice of bytes.
// Flattened returns the extended data square as a flattened slice of bytes.
func (eds *ExtendedDataSquare) Flattened() [][]byte {
return eds.dataSquare.Flattened()
}
Expand Down

0 comments on commit 5ca7f3f

Please sign in to comment.