summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOleg Nosov <olegnosov1@gmail.com>2019-11-27 23:05:42 +0300
committerCarl Lerche <me@carllerche.com>2019-11-27 12:05:42 -0800
commit942feab040e28d1e1547012a0fb81212299e6596 (patch)
tree190d456e68524115414c8c470970e94eaccacc96 /README.md
parentdc356a41589a6129ec5db375e0ab9baee8612b83 (diff)
doc: misc API documentation fixes (#1834)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 45cdcaf5..34c63ccb 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
```
More examples can be found [here](examples). Note that the `master` branch
-is currently being updated to use `async` / `await`. The examples are
+is currently being updated to use `async` / `await`. The examples are
not fully ported. Examples for stable Tokio can be found
[here](https://github.com/tokio-rs/tokio/tree/v0.1.x/tokio/examples).
@@ -101,7 +101,7 @@ not fully ported. Examples for stable Tokio can be found
First, see if the answer to your question can be found in the [Guides] or the
[API documentation]. If the answer is not there, there is an active community in
the [Tokio Discord server][chat]. We would be happy to try to answer your
-question. Last, if that doesn't work, try opening an [issue] with the question.
+question. Last, if that doesn't work, try opening an [issue] with the question.
[Guides]: https://tokio.rs/docs/
[API documentation]: https://docs.rs/tokio/latest/tokio