Skip to content

Commit ac6063d

Browse files
shanmotaiki-e
authored andcommitted
fix a typo in status_quo.md
1 parent 8f82705 commit ac6063d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vision/submitted_stories/status_quo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Rust strives to be a language that brings together performance, productivity, an
3636

3737
<details><summary>Making hard choices from a complex ecosystem from the start</summary>
3838

39-
The problems begin from the very first moment a user starts to try out async Rust. The async Rust support in Rust itself is very basic, consisting only of the core Future mechanism. Everything else -- including the basic async runtimes themselves -- lives in user space. This means that users must make a number of choices rom the very beginning:
39+
The problems begin from the very first moment a user starts to try out async Rust. The async Rust support in Rust itself is very basic, consisting only of the core Future mechanism. Everything else -- including the basic async runtimes themselves -- lives in user space. This means that users must make a number of choices from the very beginning:
4040

4141
* what runtime to use
4242
* [Barbara makes their first foray into async](status_quo/barbara_makes_their_first_steps_into_async.md)

0 commit comments

Comments
 (0)