From abee904420f14c00366c06b54b88360963bc11af Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Tue, 24 Mar 2020 14:30:36 +0200 Subject: [PATCH] ent: minor fix for ent.Query comment (#404) --- ent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ent.go b/ent.go index 54bc66dda..59390c3e8 100644 --- a/ent.go +++ b/ent.go @@ -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