Skip to content

Commit e95fc74

Browse files
committed
fix closing parenthesis and typo
1 parent eaa51cb commit e95fc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-10-30-Async-await-stable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ enabler for a lot of new and exciting developments in Rust. If you've
139139
tried Async I/O in Rust in the past and had problems -- particularly
140140
if you tried the combinator-based futures of the past -- you'll find
141141
[async-await integrates much better with Rust's borrowing
142-
system][bc]). Moreover, there are a now a number of great runtimes and
142+
system][bc]. Moreover, there are now a number of great runtimes and
143143
other libraries available in the ecosystem to work with. So get out
144144
there and build stuff!
145145

0 commit comments

Comments
 (0)