ent: minor fix for ent.Query comment (#404)

This commit is contained in:
Ariel Mashraki
2020-03-24 14:30:36 +02:00
committed by GitHub
parent a6e5124d13
commit abee904420

2
ent.go
View File

@@ -198,7 +198,7 @@ func (Schema) Policy() Policy { return nil }
type (
// Value represents a value returned by ent.
Value interface{}
// Value represents an ent query builder.
// Query represents an ent query builder.
Query interface{}
// Mutation represents an operation that mutate the graph.
// For example, adding a new node, updating many, or dropping