Skip to content

Commit

Permalink
Merge pull request #3379 from onflow/bastian/fix-error-message
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored May 29, 2024
2 parents 3314746 + 894b767 commit fe30f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/stdlib/contract_update_validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ func (*MissingDeclarationError) IsUserError() {}
func (e *MissingDeclarationError) Error() string {
return fmt.Sprintf(
"missing %s declaration `%s`",
e.Kind,
e.Kind.Name(),
e.Name,
)
}
Expand Down

0 comments on commit fe30f83

Please sign in to comment.