mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
Fix spelling mistake
This commit is contained in:
parent
5de6206894
commit
a7d43c7dec
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ namespace geode {
|
|||
enum class Status {
|
||||
/// The task is still running or waiting to start
|
||||
Pending,
|
||||
/// The task has succesfully finished
|
||||
/// The task has successfully finished
|
||||
Finished,
|
||||
/// The task has been cancelled
|
||||
Cancelled,
|
||||
|
@ -1032,4 +1032,4 @@ auto operator co_await(geode::Task<T, P> task) {
|
|||
template <class T, class P, class... Args>
|
||||
struct std::coroutine_traits<geode::Task<T, P>, Args...> {
|
||||
using promise_type = geode::geode_internal::TaskPromise<T, P>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue