1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Fix Content Grammar Typo (#4854)

I made a slight modification to improve the clarity of the sentence.
Specifically, I changed:

"Make sure to follow the instructions provided by the editor's documentation to set up C++ correctly."

to:

"Make sure to follow the instructions provided in the editor's documentation to set up C++ correctly."

This change maintains the same meaning but improves the flow of the sentence.
This commit is contained in:
Kamran Habib
2023-12-13 04:55:38 +05:30
committed by GitHub
parent 966d5fedb5
commit 4eb145dff4

View File

@@ -10,6 +10,6 @@ Code editors are programs specifically designed for editing, managing and writin
These are just a few examples, and there are many other code editors available, including Atom, Notepad++, and Geany. They all have their features and may suit different developers' needs. Finding the right code editor is often a matter of personal preference and workflow.
To work with C++ in your chosen code editor, you often need to install some additional tools and add-ons, such as compilers, linters, and debugger support. Make sure to follow the instructions provided by the editor's documentation to set up C++ correctly.
To work with C++ in your chosen code editor, you often need to install some additional tools and add-ons, such as compilers, linters, and debugger support. Make sure to follow the instructions provided in the editor's documentation to set up C++ correctly.
- [Using C++ on Linux in VSCode](https://code.visualstudio.com/docs/cpp/config-linux)
- [Using C++ on Linux in VSCode](https://code.visualstudio.com/docs/cpp/config-linux)