Skip to content

Commit ac119cc

Browse files
committed
Use ',' instead of ','
1 parent 0e3809f commit ac119cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/06.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func (manager *Manager) GC() {
221221
我们可以看到GC充分利用了time包中的定时器功能,当超时`maxLifeTime`之后调用GC函数,这样就可以保证`maxLifeTime`时间内的session都是可用的,类似的方案也可以用于统计在线用户数之类的。
222222

223223
## 总结
224-
至此 我们实现了一个用来在Web应用中全局管理Session的SessionManager,定义了用来提供Session存储实现Provider的接口,下一小节,我们将会通过接口定义来实现一些Provider,供大家参考学习。
224+
至此 我们实现了一个用来在Web应用中全局管理Session的SessionManager,定义了用来提供Session存储实现Provider的接口下一小节,我们将会通过接口定义来实现一些Provider,供大家参考学习。
225225

226226
## links
227227
* [目录](<preface.md>)

0 commit comments

Comments
 (0)