Skip to content

Commit 14d1df6

Browse files
authored
Merge pull request #1049 from kellytk/patch-1
Correct grammar
2 parents da36bb6 + bacd31a commit 14d1df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2022-11-17-async-fn-in-trait-nightly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ impl Database for MyDb {
1919
}
2020
```
2121

22-
A full working example is available in the [playground][play-concrete-spawn]. There are some limitations we'll cover, as well as a few known bugs to be worked out, but we think it is ready for some users try. Read on for the specifics.
22+
A full working example is available in the [playground][play-concrete-spawn]. There are some limitations we'll cover, as well as a few known bugs to be worked out, but we think it is ready for some users to try. Read on for the specifics.
2323

2424
## Recap: How async/await works in Rust
2525

0 commit comments

Comments
 (0)