Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Apr 3, 2024
1 parent eb7f413 commit 8f04d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/attestation/measurements/measurements.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func (m *M) UnmarshalYAML(unmarshal func(any) error) error {
return nil
}

// String returns a string represantation of the measurements.
// String returns a string representation of the measurements.
func (m M) String() string {
returnString := ""
for i, measurement := range m {
Expand Down

0 comments on commit 8f04d04

Please sign in to comment.