diff --git a/doc/md/crud.md b/doc/md/crud.md index 4a906a492..f87922aa5 100755 --- a/doc/md/crud.md +++ b/doc/md/crud.md @@ -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.