Skip to content

Commit 75fbc10

Browse files
committed
Merge remote-tracking branch 'origin/master' into unify_experimental_includes
2 parents 1d9039e + 7f4ca14 commit 75fbc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CppCoro - A coroutine library for C++
22

3-
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).
3+
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).
44

55
These include:
66
* Coroutine Types
@@ -168,7 +168,7 @@ namespace cppcoro
168168
}
169169
```
170170

171-
You create a `task<T>` object by calling a coroutine function that returns
171+
You can create a `task<T>` object by calling a coroutine function that returns
172172
a `task<T>`.
173173

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

0 commit comments

Comments
 (0)