Skip to content

Commit 1c87e97

Browse files
yoshuawuytsStjepan Glavina
andauthored
Apply suggestions from code review
Co-Authored-By: Stjepan Glavina <[email protected]>
1 parent ae8b051 commit 1c87e97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
//! typically includes an overview of the module along with examples, and are
6969
//! a smart place to start familiarizing yourself with the library.
7070
//!
71-
//! Third, `async-std` defines [The Async Prelude], a small collection
71+
//! Second, `async-std` defines [The Async Prelude], a small collection
7272
//! of items - mostly traits - that should be imported into every module of
7373
//! every async crate. The traits in the prelude are pervasive, making the
7474
//! prelude documentation a good entry point to learning about the library.
@@ -82,16 +82,16 @@
8282
//!
8383
//! # Contributing changes to the documentation
8484
//!
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).
8787
//! 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.
8989
//!
9090
//! Contributions are appreciated! If you see a part of the docs that can be
9191
//! improved, submit a PR, or chat with us first on
9292
//! [Discord](https://discord.gg/JvZeVNe).
9393
//!
94-
//! # A Tour of `async-std`
94+
//! # A tour of `async-std`
9595
//!
9696
//! The rest of this crate documentation is dedicated to pointing out notable
9797
//! features of `async-std`.

0 commit comments

Comments
 (0)