未验证 提交 d2179357 编写于 作者: B binbin 提交者: GitHub

[skip ci] Fix typo in developer guide (#11551)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 237d70da
......@@ -567,7 +567,7 @@ func NewTaskScheduler(ctx context.Context, idAllocator *allocator.IDAllocator, t
factory msgstream.Factory) (*TaskScheduler, error)
```
_scheduleDdTask()_ selects tasks in a FIFO manner, thus time order is garanteed.
_scheduleDdTask()_ selects tasks in a FIFO manner, thus time order is guaranteed.
The policy of _scheduleDmTask()_ should target on throughput, not tasks' time order. Note that the time order of the tasks' execution will later be garanteed by the timestamp & time tick mechanism.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册