Skip to content

Commit fc74b34

Browse files
gferoncramertj
authored andcommitted
Fix formulation in README.md
1 parent 3390ea8 commit fc74b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ futures-preview = { version = "=0.3.0-alpha.17", default-features = false }
5959
### Feature `async-await`
6060

6161
The `async-await` feature provides several convenient features using unstable
62-
async/await. Note that this is an unstable feature, and upstream changes can
63-
make it cannot compile. To use futures-rs with async/await, use:
62+
async/await. Note that this is an unstable feature, and upstream changes might
63+
prevent it from compiling. To use futures-rs with async/await, use:
6464

6565
```toml
6666
[dependencies]

0 commit comments

Comments
 (0)