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

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-11-10 19:46:31 +08:00 committed by GitHub
parent 237d70da17
commit d2179357d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.