mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix allocator typo (#10274)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/10309/head
parent
48648c818b
commit
d9010e684b
|
@ -79,7 +79,7 @@ type EmptyTicker struct {
|
|||
tChan <-chan time.Time
|
||||
}
|
||||
|
||||
// Chan return a read-only channel from which you can only receive time.Time type data.
|
||||
// Chan returns a read-only channel from which you can only receive time.Time type data.
|
||||
// As for EmptyTicker, you will never read data from Chan.
|
||||
func (t *EmptyTicker) Chan() <-chan time.Time {
|
||||
return t.tChan
|
||||
|
|
Loading…
Reference in New Issue