From f1caf058c5624a4d3e7176ee387df6a2e4c9c018 Mon Sep 17 00:00:00 2001 From: "A. Lombarte" Date: Sat, 16 Jun 2018 12:21:18 +0200 Subject: [PATCH] Tiny typo (#1955) --- documents/crud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/crud.md b/documents/crud.md index 8c7fb1fc..e69089fb 100644 --- a/documents/crud.md +++ b/documents/crud.md @@ -326,7 +326,7 @@ db.Where(User{Name: "Jinzhu"}).FirstOrCreate(&user) #### Attrs -Assgin struct with argument if record haven't been found +Assign struct with argument if record haven't been found ```go // Unfound