Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Mar 29, 2019
1 parent e8a7438 commit 207a156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/detached_task_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TEST_CASE(
REQUIRE(!handle.cancel());
}

SECTION("Suspended detached tasks can be canceld from their handle.") {
SECTION("Suspended detached tasks can be canceled from their handle.") {
auto handle = [] () -> coevent::detached_task {
co_await std::experimental::suspend_always{};
}();
Expand Down

0 comments on commit 207a156

Please sign in to comment.