Skip to content

Commit

Permalink
fix a typo in status_quo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmo authored and taiki-e committed Apr 2, 2024
1 parent 8f82705 commit ac6063d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vision/submitted_stories/status_quo.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Rust strives to be a language that brings together performance, productivity, an

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

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:
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:

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

0 comments on commit ac6063d

Please sign in to comment.