From 71bd74144185febfb9dc004ca88d455c2a8be637 Mon Sep 17 00:00:00 2001 From: Camelid Date: Tue, 22 Dec 2020 21:47:08 -0800 Subject: [PATCH] Fix typos and grammar in C++ interop paragraph --- posts/2020-12-16-rust-survey-2020.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2020-12-16-rust-survey-2020.md b/posts/2020-12-16-rust-survey-2020.md index 5efd2800f..e44cab2c2 100644 --- a/posts/2020-12-16-rust-survey-2020.md +++ b/posts/2020-12-16-rust-survey-2020.md @@ -64,7 +64,7 @@ While Rust usage seems to be growing at a healthy pace, the results of the surve ### C++ Interop -Interestingly, C++ interop was the most requested language for better interop with Rust with C and Python in second and third place. Improved C++ interop was especially often mentioned as a way to improve Rust usage specifically at work. In fact, for users who work on large codebases (100,000 lines of code or larger) C++ interop and unsurprisingly compile times were the most cited ways to improve their Rust experience. +Interestingly, C++ was the most requested language for better interop with Rust, with C and Python in second and third place. Improved C++ interop was especially often mentioned as a way to improve Rust usage specifically at work. In fact, for users who work on large codebases (100,000 lines of code or larger), C++ interop and — unsurprisingly — compile times were the most cited ways to improve their Rust experience. ![If you want better language interop, with which language?](/images/2020-12-rust-survey-2020/language-interop.svg)