Skip to content

Commit

Permalink
FIX: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Dec 9, 2024
1 parent 1a8ee42 commit 762196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ type BodyHandler interface {
Clone() BodyHandler
// IntegrityAndValidity checks the integrity and validity of the block
IntegrityAndValidity() error
// IsInterfaceNil returns true if there is no valkue under the interface
// IsInterfaceNil returns true if there is no value under the interface
IsInterfaceNil() bool
}

Expand Down

0 comments on commit 762196f

Please sign in to comment.