Skip to content

Commit 123e19b

Browse files
committed
remove quotes
1 parent 14dd33f commit 123e19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-09-27-Async-await-hits-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ some overhead for each future that is created.
139139

140140
In contrast, in Rust, calling an async function does not do any
141141
scheduling in and of itself, which means that we can compose a complex
142-
nest of futures without incurring a "per-future cost". As an end-user,
142+
nest of futures without incurring a per-future cost. As an end-user,
143143
though, the main thing you'll notice is that **futures feel "lazy"**:
144144
they don't do anything until you await them.
145145

0 commit comments

Comments
 (0)