doc: misc API documentation fixes (#1834)

This commit is contained in:
Oleg Nosov
2019-11-27 12:05:42 -08:00
committed by Carl Lerche
parent dc356a4158
commit 942feab040
19 changed files with 22 additions and 23 deletions
+2 -2
View File
@@ -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