Skip to content

Commit 537fd3b

Browse files
authored
Merge pull request kubernetes#1604 from ldpliu/patch-1
fix typo error
2 parents 0460fcf + 92d6f2b commit 537fd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keps/sig-api-machinery/20190325-unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ We're proposing a new type of tags for go types (in-tree types, and also
132132
kubebuilder types):
133133

134134
- `// +union` before a structure means that the structure is a union. All the
135-
fields must be optional (beside the discriminator) and will be inlucded as
135+
fields must be optional (beside the discriminator) and will be included as
136136
members of the union. That structure CAN be embedded in another structure.
137137
- `// +unionDeprecated` before a field means that it is part of the
138138
union. Multiple fields can have this prefix. These fields MUST BE optional,

0 commit comments

Comments
 (0)