File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ func NewCelEnvironment() *CelEnvironment {
29
29
decls .NewVar (PropertiesKey , decls .NewListType (decls .NewMapType (decls .String , decls .Any )))),
30
30
cel .Lib (semverLib {}),
31
31
)
32
- // If an error occurs here, it means the CEL enviroment is unable to load
33
- // configuration for custom libraries propertly . Hence, the CEL enviroment is
32
+ // If an error occurs here, it means the CEL environment is unable to load
33
+ // configuration for custom libraries properly . Hence, the CEL environment is
34
34
// unusable. Panic here will cause the program to fail immediately to prevent
35
35
// cascading failures later on when this CEL env is in use.
36
36
if err != nil {
@@ -41,7 +41,7 @@ func NewCelEnvironment() *CelEnvironment {
41
41
}
42
42
}
43
43
44
- // CelEnvironment is a struct that encapsulates CEL custom program enviroment
44
+ // CelEnvironment is a struct that encapsulates CEL custom program environment
45
45
type CelEnvironment struct {
46
46
env * cel.Env
47
47
}
You can’t perform that action at this time.
0 commit comments