Skip to content

Commit 5dd0ab0

Browse files
author
Stjepan Glavina
authored
Merge pull request #30 from async-rs/correct-readme
Correct leading README sentence
2 parents 487ecdc + ed77d18 commit 5dd0ab0

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)