@@ -80,7 +80,7 @@ The way this would work is that `Read` and `read_to_string` would become generic
8080their "asyncness". When compiled for an ` async ` context, they will behave
8181asynchronously. When compiled in a non-async context, they will behave
8282synchronously. The ` .await ` in the ` read_to_string ` function body is necessary
83- to mark the cancellation pointin case the function is compiled as async; but
83+ to mark the cancellation point in case the function is compiled as async; but
8484when not async would essentially become a no-op [ ^ always-async-maybe ] :
8585
8686[ ^ always-async-maybe ] : One restriction ` ?async ` contexts have is that they can
@@ -398,14 +398,14 @@ the following proposals (in no particular order):
398398
399399We'll be working closely with the Lang Team, Const WG, and Async WG on these
400400proposals, and in some cases (such as ` trait async ` ) we may even take an
401- advicing role with a WG directly driving the RFC. As usual, these will be going
401+ advising role with a WG directly driving the RFC. As usual, these will be going
402402through the RFC-nightly-stabilization cycle. And only once we're fully confident
403403in them will they become available on stable Rust.
404404
405405We're intentionally not yet including ` effect/.do ` notation on this roadmap. We
406406expect to only be able to start this work once we have ` ?async ` on nightly,
407407which we don't yet have. So for now we'll continue work on designing it within
408- the iniatiative , and hold off on making plans to introduce it quiet yet.
408+ the initiative , and hold off on making plans to introduce it quiet yet.
409409
410410## Conclusion
411411
0 commit comments