From e3904262a477aa74f196b0a3d0c41fa14a3a7e8a Mon Sep 17 00:00:00 2001 From: Anchor Date: Fri, 31 Oct 2014 19:57:00 -0700 Subject: [PATCH] fix typo --- en/eBook/01.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/eBook/01.2.md b/en/eBook/01.2.md index 6c89f8b3..b12a9029 100644 --- a/en/eBook/01.2.md +++ b/en/eBook/01.2.md @@ -142,7 +142,7 @@ If you've followed all of the above steps, your directory structure should now l Now you are able to see the directory structure clearly; `bin` contains executable files, `pkg` contains compiled files and `src` contains package source files. -(The format of environment variables in Windows is `%GOPATH%`, however this book mainly folows the Unix-style, so Windows users need to replace by yourself.) +(The format of environment variables in Windows is `%GOPATH%`, however this book mainly follows the Unix-style, so Windows users need to replace these yourself.) ## Links