Skip to content

Commit 72688cb

Browse files
piceriCopilot
andauthored
fix comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4e98645 commit 72688cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/deploymentrecord/record.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func NewDeploymentRecord(name, digest, version, logicalEnv, physicalEnv,
5454
}
5555
}
5656

57-
// ValidateRuntimeRisk confirms is string is a valid runtime risk,
57+
// ValidateRuntimeRisk confirms if string is a valid runtime risk,
5858
// then returns the canonical runtime risk constant if valid, empty string otherwise.
5959
func ValidateRuntimeRisk(risk string) RuntimeRisk {
6060
r := RuntimeRisk(risk)

0 commit comments

Comments
 (0)