Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 3, 2024
1 parent 95a7aa2 commit 6ac2349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ucoro/awaitable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# if defined(__has_include)
#if __has_include(<coroutine>)
# include <coroutine>
# defined UCORO_HAS_STD_COROUTINE
# define UCORO_HAS_STD_COROUTINE
#else
# include <experimental/coroutine>
#endif
Expand Down

0 comments on commit 6ac2349

Please sign in to comment.