Merge pull request #392 from Ryuu-64/master

Typo in TaskPool.cs annotation internaly -> internally
master
Yoshifumi Kawai 2022-08-23 10:38:44 +09:00 committed by GitHub
commit f48cb4b03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
{