Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into unify_experimental_…
Browse files Browse the repository at this point in the history
…includes
  • Loading branch information
andreasbuhr committed Oct 10, 2020
2 parents 1d9039e + 7f4ca14 commit 75fbc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CppCoro - A coroutine library for C++

The 'cppcoro' library provides a set of general-purpose primitives for making use of the coroutines TS proposal described in [N4680](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4680.pdf).
The 'cppcoro' library provides a large set of general-purpose primitives for making use of the coroutines TS proposal described in [N4680](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4680.pdf).

These include:
* Coroutine Types
Expand Down Expand Up @@ -168,7 +168,7 @@ namespace cppcoro
}
```

You create a `task<T>` object by calling a coroutine function that returns
You can create a `task<T>` object by calling a coroutine function that returns
a `task<T>`.

The coroutine must contain a usage of either `co_await` or `co_return`.
Expand Down

0 comments on commit 75fbc10

Please sign in to comment.