typo in TaskPool.cs internaly -> internally

master
DESKTOP-FQ830JM\Ryuu 2022-08-22 12:20:52 +08:00
parent 9b95f3b9f6
commit 70a243d978
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using System.Threading;
namespace Cysharp.Threading.Tasks
{
// internaly used but public, allow to user create custom operator with pooling.
// internally used but public, allow to user create custom operator with pooling.
public static class TaskPool
{