mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
fix irregular descriptive docs
This commit is contained in:
parent
bd4d511a40
commit
dc2f6f9325
@ -59,7 +59,7 @@ type Queue interface {
|
|||||||
// has since been added.
|
// has since been added.
|
||||||
AddIfNotPresent(interface{}) error
|
AddIfNotPresent(interface{}) error
|
||||||
|
|
||||||
// Return true if the first batch of items has been popped
|
// HasSynced returns true if the first batch of items has been popped
|
||||||
HasSynced() bool
|
HasSynced() bool
|
||||||
|
|
||||||
// Close queue
|
// Close queue
|
||||||
|
Loading…
Reference in New Issue
Block a user