Skip to content

Commit 337c7ae

Browse files
authored
Merge pull request #8120 from imbant/imbant_0307
correct markdown code block language ID for proper rendering
2 parents e4bad68 + d29d020 commit 337c7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/config-mingw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ You must follow the steps on the [MSYS2 website](https://www.msys2.org/) to use
432432
433433
UCRT on Windows machines is only included in Windows 10 or later. If you are using another version of Windows, run the following command that does not use UCRT:
434434
435-
```MSYS2
435+
```bash
436436
pacman -S --needed base-devel mingw-w64-x86_64-toolchain
437437
```
438438

0 commit comments

Comments
 (0)