Skip to content

Commit 5529feb

Browse files
committed
fix typo
1 parent 2f32476 commit 5529feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cppcoro/coroutine.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#ifdef CPPCORO_COROHEADER_FOUND_AND_USABLE
77

8-
#includue <coroutine>
8+
#include <coroutine>
99

1010
namespace cppcoro {
1111
using std::coroutine_handle;

0 commit comments

Comments
 (0)