Skip to content

Commit 0824bee

Browse files
committed
修复文档格式
1 parent 0d14b48 commit 0824bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var fooTask = await asyncQueue.DequeueAsync();
6969
var doubleBufferTask = new DoubleBufferTask<Foo>(list =>
7070
{
7171
// 执行批量的 List<Foo> 任务的方法
72-
// 这个传入的委托将会在缓存有数据时被调用,每次调用的时候传入的 list 列表至少存在一个元素
72+
// 这个传入的委托将会在缓存有数据时被调用,每次调用的时候传入的 list 列表至少存在一个元素
7373
});
7474

7575
// 其他线程调用 AddTask 方法加入任务

0 commit comments

Comments
 (0)