Skip to content

Commit 744884b

Browse files
authored
Merge pull request #5166 from 6666dustry/MSVC-typo
Fixed a typo
2 parents c30b722 + f2c40a5 commit 744884b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/1_General/Running_Code_Locally.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ If you have installed `g++` as described
267267
This is usable with
268268
[GCC](https://en.wikipedia.org/wiki/GNU_Compiler_Collection). However, Mac OS X
269269
uses [Clang](https://en.wikipedia.org/wiki/Clang) while Windows uses
270-
[Microsoft Visual C++ (MVSC)](https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B)
270+
[Microsoft Visual C++ (MSVC)](https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B)
271271
by default. `<bits/stdc++.h>` is **not** a standard header file, so it will not
272272
work with the latter two. This is one of the reasons why you should **not** use
273273
`<bits/stdc++.h>` outside of competitive programming.

0 commit comments

Comments
 (0)