mirror of
https://github.com/ent/ent.git
synced 2026-04-28 13:40:56 +03:00
doc/tutorial: fix typos (#2663)
This commit is contained in:
@@ -45,7 +45,7 @@ func (Todo) Fields() []ent.Field {
|
||||
).
|
||||
Annotations(
|
||||
entgql.OrderField("STATUS"),
|
||||
),
|
||||
).
|
||||
Default("in_progress"),
|
||||
field.Int("priority").
|
||||
Default(0),
|
||||
|
||||
Reference in New Issue
Block a user