Skip to content

Commit fc03f7d

Browse files
committed
Correct some typos in Design Details
Signed-off-by: Ricardo Pchevuzinske Katz <[email protected]>
1 parent a4e7dae commit fc03f7d

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-network/2079-network-policy-port-range

1 file changed

+4
-4
lines changed

keps/sig-network/2079-network-policy-port-range/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ type NetworkPolicyPort struct {
164164
// +optional
165165
Port *intstr.IntOrString `json:"port,omitempty" protobuf:"bytes,2,opt,name=port"`
166166
167-
// To defines the end of the port range, being the end included within the
168-
// range
169-
// +optional
170-
EndPort int32 `json:"port,omitempty" protobuf:"bytes,2,opt,name=endPort"`
167+
// EndPort defines the end of the port range, being the end included within the
168+
// range
169+
// +optional
170+
EndPort int32 `json:"port,omitempty" protobuf:"bytes,2,opt,name=endPort"`
171171
}
172172
```
173173

0 commit comments

Comments
 (0)