Skip to content

Commit

Permalink
Update libs/dyn/convert/normalize.go
Browse files Browse the repository at this point in the history
Co-authored-by: shreyas-goenka <[email protected]>
  • Loading branch information
andrewnester and shreyas-goenka authored Jun 18, 2024
1 parent aff20cf commit f5d7127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/dyn/convert/normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (n normalizeOptions) normalizeStruct(typ reflect.Type, src dyn.Value, seen
}
}

// Cannot interpret as a strcut.
// Cannot interpret as a struct.
return dyn.InvalidValue, diags.Append(typeMismatch(dyn.KindMap, src, path))
}

Expand Down

0 comments on commit f5d7127

Please sign in to comment.