Skip to content

Commit ed77d18

Browse files
committed
Correct leading README sentence
1 parent 487ecdc commit ed77d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://github.com/async-rs/async-std)
77
[![Documentation](https://docs.rs/async-std/badge.svg)](https://docs.rs/async-std)
88
[![chat](https://img.shields.io/discord/598880689856970762.svg?logo=discord)](https://discord.gg/JvZeVNe)
99

10-
This crate provides an async version of [`std`]. It provides all the interfaces you are used to, but async and ready for Rusts `async/await`-syntax.
10+
This crate provides an async version of [`std`]. It provides all the interfaces you are used to, but in an async version and ready for Rust's `async/await`-syntax.
1111

1212
[`std`]: https://doc.rust-lang.org/std/index.html
1313

0 commit comments

Comments
 (0)