Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Jordan Liggitt <[email protected]>
  • Loading branch information
jpbetz and liggitt authored Oct 27, 2019
1 parent 9763085 commit 5376216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/reference/using-api/api-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ A given Kubernetes server will only preserve a historical list of changes for a
```
// Unless the client can tolerate arbitrary old resource versions, which may be served from partioned etcd members or stale caches
// and can be much older than resource versions the client has observed, the client should provide a sufficiently recent resource version here.
// If the client is certain can tolerage arbitrary old resource versions, it may use "0" for the initial resource version. A resource version of "0"
// If the client is certain it can tolerate arbitrary old resource versions, it may use "0" for the initial resource version. A resource version of "0"
// may be served from cache and can have significant scalability and performance benefits.
lastObservedResourceVersion := initialResourceVersion
Expand Down

0 comments on commit 5376216

Please sign in to comment.