mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-16 03:50:11 +00:00
Merge pull request #392 from Ryuu-64/master
Typo in TaskPool.cs annotation internaly -> internally
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user