doc: fix typos in tutorial (#3445)

Co-authored-by: yoseplee <yoseplee@linecorp.com>
This commit is contained in:
Yosep
2023-04-06 18:50:36 +09:00
committed by GitHub
parent 5cc6ad65f9
commit b26c2fe1bc
2 changed files with 2 additions and 2 deletions

View File

@@ -533,7 +533,7 @@ func CreateGraph(ctx context.Context, client *ent.Client) error {
Create().
SetModel("Ford").
SetRegisteredAt(time.Now()).
// Attach this graph to Neta.
// Attach this car to Neta.
SetOwner(neta).
Exec(ctx)
if err != nil {

View File

@@ -200,7 +200,7 @@ func CreateGraph(ctx context.Context, client *ent.Client) error {
Create().
SetModel("Ford").
SetRegisteredAt(time.Now()).
// Attach this cat to Neta.
// Attach this car to Neta.
SetOwner(neta).
Exec(ctx)
if err != nil {