fix irregular descriptive docs

This commit is contained in:
yue9944882 2018-02-02 21:05:49 +08:00
parent bd4d511a40
commit dc2f6f9325

View File

@ -59,7 +59,7 @@ type Queue interface {
// has since been added.
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
// Close queue