From 1395b6f484abe23117bea57948b92163cea7c4af Mon Sep 17 00:00:00 2001 From: Anchor Date: Thu, 12 Feb 2015 23:53:46 -0800 Subject: [PATCH] Fix typo in 6.3 --- en/06.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"