Skip to content

Commit

Permalink
Minor comment fix (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent authored May 6, 2023
1 parent 7e5dc8a commit 31a8282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stlab/concurrency/future.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ inline auto _reduce(E&&, R&& r) {
/**
implements the coroutine:
[](future<future<R>>&& r) -> future<R> {
[](future<future<R>>&& r) -> task<R> {
co_return co_await co_await move(r);
}
Expand Down

0 comments on commit 31a8282

Please sign in to comment.