Skip to content

Commit 4829749

Browse files
piceriCopilot
andcommitted
fix comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent baa643c commit 4829749

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)