Skip to content

Commit d29d020

Browse files
authored
correct markdown code block language ID for proper rendering
1 parent e4bad68 commit d29d020

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)