README: fix typo

Fix typo in has-one example.
This commit is contained in:
Olivier Mengué 2016-01-06 10:18:23 +01:00
parent 5e23d7013e
commit 27df9104ed
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
} }