Explorar el Código

README: fix typo

Fix typo in has-one example.
Olivier Mengué hace 8 años
padre
commit
27df9104ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

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