Fix typo in 6.3

This commit is contained in:
Anchor
2015-02-12 23:53:46 -08:00
parent 6a9bc2591e
commit 1395b6f484

View File

@@ -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"