Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-12 03:10:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-12 03:10:06 +0300
commit50de2638aa79ec022a7c95a96ecfe5a4f8ef177a (patch)
tree062b7a8d821ff0252340c3300e7ddd2ed296f6f0 /doc/development/graphql_guide
parent3ecbefc5818c1ca6b4ce54ac8afa148eac7bfdb2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/graphql_guide')
-rw-r--r--doc/development/graphql_guide/batchloader.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/graphql_guide/batchloader.md b/doc/development/graphql_guide/batchloader.md
index bde7ebdbf9c..ef0b97f4f62 100644
--- a/doc/development/graphql_guide/batchloader.md
+++ b/doc/development/graphql_guide/batchloader.md
@@ -134,7 +134,7 @@ z.sync
```
NOTE:
-There is no dependency analysis in the use of batch-loading. There is simply
+There is no dependency analysis in the use of batch-loading. There is
a pending queue of requests, and as soon as any one result is needed, all pending
requests are evaluated.