File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type TimeoutConfig struct {
60
60
// Max value for conformant implementation: None
61
61
HTTPRouteMustHaveCondition time.Duration
62
62
63
- // TLSRouteMustHaveCondition represents the maximum time for an TLSRoute to have the supplied Condition.
63
+ // TLSRouteMustHaveCondition represents the maximum time for a TLSRoute to have the supplied Condition.
64
64
// Max value for conformant implementation: None
65
65
TLSRouteMustHaveCondition time.Duration
66
66
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ var conformanceProfileMap = map[ConformanceProfileName]ConformanceProfile{
105
105
MeshConformanceProfileName : MeshConformanceProfile ,
106
106
}
107
107
108
- // getConformanceProfileForName retrieves a known ConformanceProfile by it's simple
108
+ // getConformanceProfileForName retrieves a known ConformanceProfile by its simple
109
109
// human readable ConformanceProfileName.
110
110
func getConformanceProfileForName (name ConformanceProfileName ) (ConformanceProfile , error ) {
111
111
profile , ok := conformanceProfileMap [name ]
You can’t perform that action at this time.
0 commit comments