Merge pull request #787 from dolmen/patch-1

README: fix typo
This commit is contained in:
Jinzhu 2016-01-06 17:41:57 +08:00
commit 2f7811c55f
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ type User struct {
type CreditCard struct { type CreditCard struct {
gorm.Model gorm.Model
UesrID uint UserID uint
Number string Number string
} }