|
68 | 68 | //! typically includes an overview of the module along with examples, and are
|
69 | 69 | //! a smart place to start familiarizing yourself with the library.
|
70 | 70 | //!
|
71 |
| -//! Third, `async-std` defines [The Async Prelude], a small collection |
| 71 | +//! Second, `async-std` defines [The Async Prelude], a small collection |
72 | 72 | //! of items - mostly traits - that should be imported into every module of
|
73 | 73 | //! every async crate. The traits in the prelude are pervasive, making the
|
74 | 74 | //! prelude documentation a good entry point to learning about the library.
|
|
82 | 82 | //!
|
83 | 83 | //! # Contributing changes to the documentation
|
84 | 84 | //!
|
85 |
| -//! Check out the rust contribution guidelines [here](https://async.rs/contribute). |
86 |
| -//! The source for this documentation can be found on [Github](https://github.com/async-rs). |
| 85 | +//! Check out the Rust contribution guidelines [here](https://async.rs/contribute). |
| 86 | +//! The source for this documentation can be found on [GitHub](https://github.com/async-rs). |
87 | 87 | //! To contribute changes, make sure you read the guidelines first, then submit
|
88 |
| -//! pull-requests for your suggested changes. |
| 88 | +//! pull requests for your suggested changes. |
89 | 89 | //!
|
90 | 90 | //! Contributions are appreciated! If you see a part of the docs that can be
|
91 | 91 | //! improved, submit a PR, or chat with us first on
|
92 | 92 | //! [Discord](https://discord.gg/JvZeVNe).
|
93 | 93 | //!
|
94 |
| -//! # A Tour of `async-std` |
| 94 | +//! # A tour of `async-std` |
95 | 95 | //!
|
96 | 96 | //! The rest of this crate documentation is dedicated to pointing out notable
|
97 | 97 | //! features of `async-std`.
|
|
0 commit comments