diff --git a/en/06.3.md b/en/06.3.md index 64ae232a..149a3a93 100644 --- a/en/06.3.md +++ b/en/06.3.md @@ -115,7 +115,7 @@ We introduced a simple session manager's working principles in the previous sect } -The above example implemented a memory based session storage mechanism. It uses its `init()` function to register this storage engine to the session manager. So how do we register this engine from our main program? +The above example implements a memory based session storage mechanism. It uses its `init()` function to register this storage engine to the session manager. So how do we register this engine from our main program? import ( "github.com/astaxie/session"