From 5a9bedb1e9424c72669112711c763db0932e724c Mon Sep 17 00:00:00 2001 From: Michael van Tricht Date: Sun, 8 Jan 2017 22:24:02 +0100 Subject: [PATCH] Fix small error in 02.3.md --- en/02.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/02.3.md b/en/02.3.md index 3c8e3bcc..5fd21659 100644 --- a/en/02.3.md +++ b/en/02.3.md @@ -507,7 +507,7 @@ There are some special operators when we import packages, and beginners are alwa _ "github.com/ziutek/mymysql/godrv" ) - The `_` operator actually means we just want to import that package and execute its `init` function, and we are not sure if want to use the functions belonging to that package. + The `_` operator actually means we just want to import that package and execute its `init` function, and we are not sure if we want to use the functions belonging to that package. ## Links