diff --git a/evaluation/case-studies/microsoft.md b/evaluation/case-studies/microsoft.md index 1ac9ba9..5decb09 100644 --- a/evaluation/case-studies/microsoft.md +++ b/evaluation/case-studies/microsoft.md @@ -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.