From 54d85cd6865c0488b3cd2d039a8746af46e0fbcc Mon Sep 17 00:00:00 2001 From: Inspiaaa Date: Tue, 3 Sep 2024 19:24:59 +0200 Subject: [PATCH] Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8f15b3..16e751e 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Features of the `Coroutine` class: - `Coroutine` - - `Co.Coroutine(ienumerator)` + - `Co.Coroutine(IEnumerator)` - Default coroutine type for running `IEnumerator`s @@ -217,9 +217,9 @@ Features of the `Coroutine` class: - `AwaitCoroutine` - - `Co.Await(task)`: Awaits an async tasak + - `Co.Await(task)`: Awaits an async task - - `Co.Await(task)`: Awaits an asnyc task that returns some value + - `Co.Await(task)`: Awaits an async task that returns some value - `TweenCoroutine`