Skip to content

Commit ab43708

Browse files
committed
📄 Docs: typo
1 parent 23267d0 commit ab43708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Common.Algorithm.Interop.Test/HashTest.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public void BenchMark_CPU多核并行执行测试()
243243
sw.Start();
244244
Parallel.For((int)1e8, (int)1e8 + times, (i, state) =>
245245
{
246-
//ToDo: 多核并行执行测试
246+
//TODO: 多核并行执行测试
247247
});
248248
}
249249
}

0 commit comments

Comments
 (0)