diff --git a/content/1_General/Running_Code_Locally.mdx b/content/1_General/Running_Code_Locally.mdx index d9d7a8dc77..21d9abf367 100644 --- a/content/1_General/Running_Code_Locally.mdx +++ b/content/1_General/Running_Code_Locally.mdx @@ -267,7 +267,7 @@ If you have installed `g++` as described This is usable with [GCC](https://en.wikipedia.org/wiki/GNU_Compiler_Collection). However, Mac OS X uses [Clang](https://en.wikipedia.org/wiki/Clang) while Windows uses -[Microsoft Visual C++ (MVSC)](https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B) +[Microsoft Visual C++ (MSVC)](https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B) by default. `` is **not** a standard header file, so it will not work with the latter two. This is one of the reasons why you should **not** use `` outside of competitive programming.