From 20bdd6068828a868e815b385c894ab4d809ab00d Mon Sep 17 00:00:00 2001 From: Swastik Baranwal Date: Fri, 24 Jul 2020 17:02:10 +0530 Subject: [PATCH] tcc: fix typos --- 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 b52f16b..0b4a24a 100644 --- a/Installing-a-C-compiler-on-Windows.md +++ b/Installing-a-C-compiler-on-Windows.md @@ -54,4 +54,4 @@ tcc is a very lightweight C compiler. Its main advantages are that it takes up v For these reasons, a different and more advanced compiler is recommended. -Due to its small size, tcc is downloaded automatically if no existing C compiler is found. You can also install it manually bu using `.\make.bat -tcc` or `git clone https://github.com/vlang/tccbin_win thirdparty/tcc` from V's root folder. \ No newline at end of file +Due to its small size, tcc is downloaded automatically if no existing C compiler is found. You can also install it manually by using `./make.bat -tcc` or `git clone https://github.com/vlang/tccbin_win thirdparty/tcc` from V's root folder. \ No newline at end of file