Fixed spelling mistakes (#622)

Fixed spelling mistakes
  Sacn ==Scan
This commit is contained in:
ka1em 2017-06-19 16:08:08 +08:00 committed by Lunny Xiao
parent 2af18acf72
commit 6dd1a9db58
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ xorm是一个简单而强大的Go语言ORM库. 通过它可以使数据库操作
* **v0.6.2**
* 重构Tag解析方式
* Get方法新增类似Sacn的特性
* Get方法新增类似Scan的特性
* 新增 QueryString 方法
* **v0.6.0**