mirror of
https://github.com/ent/ent.git
synced 2026-03-05 19:35:23 +03:00
doc: fix missing quote (#4365)
This commit is contained in:
@@ -347,7 +347,7 @@ func (Node) Edges() []ent.Edge {
|
||||
- edge.To("next", Node.Type).
|
||||
- Unique(),
|
||||
- edge.From("prev", Node.Type).
|
||||
- Ref("next).
|
||||
- Ref("next").
|
||||
- Unique(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user