From fd65ff0f0c411def5dc239022d2c3c98191610c1 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Tue, 31 Jan 2023 11:45:54 -0800 Subject: [PATCH] Fix JetBrains capitalization (#305) * Fix JetBrains capitalization * Revert change to da.po --------- Co-authored-by: Martin Geisler --- src/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo.md b/src/cargo.md index b0ede020..17b2ba7e 100644 --- a/src/cargo.md +++ b/src/cargo.md @@ -26,7 +26,7 @@ $ sudo apt install cargo rust-src This will allow [rust-analyzer][1] to jump to the definitions. We suggest using [VS Code][2] to edit the code (but any LSP compatible editor works). -Some folks also like to use the [Jetbrains][4] family of IDEs, which do their own analysis but have their own tradeoffs. If you prefer them, you can install the [Rust Plugin][5]. Please take note that as of January 2023 debugging only works on the CLion version of the Jetbrains IDEA suite. +Some folks also like to use the [JetBrains][4] family of IDEs, which do their own analysis but have their own tradeoffs. If you prefer them, you can install the [Rust Plugin][5]. Please take note that as of January 2023 debugging only works on the CLion version of the JetBrains IDEA suite. [1]: https://rust-analyzer.github.io/ [2]: https://code.visualstudio.com/