mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 18:52:38 +00:00
Copy edits for typos
This commit is contained in:
@@ -403,7 +403,7 @@ Using the `omitempty` tag causes swagger documentation to reflect that the field
|
||||
|
||||
Using a pointer allows distinguishing unset from the zero value for that type.
|
||||
There are some cases where, in principle, a pointer is not needed for an optional field
|
||||
since the zero value is forbidden, and thus imples unset. There are examples of this in the
|
||||
since the zero value is forbidden, and thus implies unset. There are examples of this in the
|
||||
codebase. However:
|
||||
|
||||
- it can be difficult for implementors to anticipate all cases where an empty value might need to be
|
||||
|
Reference in New Issue
Block a user