doc: fix typo on doc/md/crud.md (#1803)

Signed-off-by: sadmansakib <ssadman8@gmail.com>
This commit is contained in:
Sadman Sakib
2021-08-05 01:40:28 +06:00
committed by GitHub
parent 397b3e984d
commit df3f3bd5b3

View File

@@ -207,7 +207,7 @@ err := client.User.
SetName("Ariel").
OnConflict().
// Use the new values that were set on create.
UpadteNewValues().
UpdateNewValues().
Exec(ctx)
id, err := client.User.