fix typo to make go report more happy
Signed-off-by: Xianglin Gao <xlgao@zju.edu.cn>
This commit is contained in:
parent
c0e3c08a17
commit
ab4a408b66
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func (c *memoryStore) First(filter StoreFilter) *Container {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ApplyAll calls the reducer function with every container in the store.
|
// ApplyAll calls the reducer function with every container in the store.
|
||||||
// This operation is asyncronous in the memory store.
|
// This operation is asynchronous in the memory store.
|
||||||
// NOTE: Modifications to the store MUST NOT be done by the StoreReducer.
|
// NOTE: Modifications to the store MUST NOT be done by the StoreReducer.
|
||||||
func (c *memoryStore) ApplyAll(apply StoreReducer) {
|
func (c *memoryStore) ApplyAll(apply StoreReducer) {
|
||||||
wg := new(sync.WaitGroup)
|
wg := new(sync.WaitGroup)
|
||||||
|
|
Loading…
Reference in a new issue