Tiny typo

This commit is contained in:
A. Lombarte 2018-06-16 02:19:43 +02:00 committed by GitHub
parent 23958378a1
commit 09da1d9f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ db.Where(User{Name: "Jinzhu"}).FirstOrCreate(&user)
#### Attrs #### Attrs
Assgin struct with argument if record haven't been found Assign struct with argument if record haven't been found
```go ```go
// Unfound // Unfound