From 2e26f9d39e7af62a852fdb0ffaab2ed56e17e7b5 Mon Sep 17 00:00:00 2001 From: jhwz <52683873+jhwz@users.noreply.github.com> Date: Mon, 19 Sep 2022 11:22:26 +1200 Subject: [PATCH] Docs spelling arguement -> argument --- doc/md/aggregate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/aggregate.md b/doc/md/aggregate.md index 1e9e03cc37..fcbabbf30b 100755 --- a/doc/md/aggregate.md +++ b/doc/md/aggregate.md @@ -125,7 +125,7 @@ func Do(ctx context.Context, client *ent.Client) { ``` -**Note:** The `sql.Raw` is crucial to have. It tells the predicate that `sql.Max` is not an arguement. +**Note:** The `sql.Raw` is crucial to have. It tells the predicate that `sql.Max` is not an argument. The above code essentially generates the following SQL query: