Skip to content

Commit 5a9bedb

Browse files
author
Michael van Tricht
authored
Fix small error in 02.3.md
1 parent fe6f5e0 commit 5a9bedb

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)