Skip to content

Commit 2aa96af

Browse files
authored
Merge pull request astaxie#774 from swordbeta/patch-1
Fix small error in 02.3.md
2 parents fe6f5e0 + 5a9bedb commit 2aa96af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/02.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ There are some special operators when we import packages, and beginners are alwa
507507
_ "github.com/ziutek/mymysql/godrv"
508508
)
509509

510-
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.
510+
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.
511511

512512
## Links
513513

0 commit comments

Comments
 (0)