From 900d0161f6655c95dbd965be654b7ac443ac7826 Mon Sep 17 00:00:00 2001 From: Bart Smykla Date: Tue, 5 Dec 2023 09:12:48 +0100 Subject: [PATCH] chore(policy-gen): change "inplace" to "in-place" (#8535) Signed-off-by: Bart Smykla --- tools/policy-gen/bootstrap/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/policy-gen/bootstrap/root.go b/tools/policy-gen/bootstrap/root.go index 32f561f9fb66..27eb6236451c 100644 --- a/tools/policy-gen/bootstrap/root.go +++ b/tools/policy-gen/bootstrap/root.go @@ -176,7 +176,7 @@ type {{ .name }} struct { {{- if .generateTargetRef }} // TargetRef is a reference to the resource the policy takes an effect on. // The resource could be either a real store object or virtual resource - // defined inplace. + // defined in-place. TargetRef common_api.TargetRef` + " `json:\"targetRef\"`" + ` {{- end }} {{- if .generateTo }}