From 3d74b519b0d8e2b136554abe970816729a19a875 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 31 Jan 2020 12:01:14 +0200 Subject: [PATCH] Fix a comma. --- Installing-a-C-compiler-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-a-C-compiler-on-Windows.md b/Installing-a-C-compiler-on-Windows.md index e6c30dc..e49a0fd 100644 --- a/Installing-a-C-compiler-on-Windows.md +++ b/Installing-a-C-compiler-on-Windows.md @@ -32,7 +32,7 @@ NB: on windows, the make.bat file first tries to locate gcc from MinGW-w64, and #### llvm-mingw You can get a recent build of llvm-mingw from https://github.com/mstorsjo/llvm-mingw/releases . -The main benefit with this compiler toolchain, is that the released archives are self contained - there is NO installation necessary. Just ~516MB of disk space. +The main benefit with this compiler toolchain is that the released archives are self contained. There is NO installation necessary. Just ~516MB of disk space. 1) download a .zip file from the link above.