Skip to content
Open

typo #18

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion evaluation/case-studies/microsoft.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ particular.

This project manages and interacts with low level hardware resources.
Performance and resource efficiency is key. Async Rust has proven useful not
just because of it enables scalability and efficient use of resources, but also
just because it enables scalability and efficient use of resources, but also
because features such as cancel-on-drop semantics simplify the interaction
between components.

Expand Down