Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspiaaa committed Sep 3, 2024
1 parent af611be commit 54d85cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Features of the `Coroutine` class:

- `Coroutine`

- `Co.Coroutine(ienumerator)`
- `Co.Coroutine(IEnumerator)`

- Default coroutine type for running `IEnumerator`s

Expand Down Expand Up @@ -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<T>(task)`: Awaits an asnyc task that returns some value
- `Co.Await<T>(task)`: Awaits an async task that returns some value

- `TweenCoroutine`

Expand Down

0 comments on commit 54d85cd

Please sign in to comment.