mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
doc: fix typo on doc/md/crud.md (#1803)
Signed-off-by: sadmansakib <ssadman8@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user