We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37d4985 + e5bd1b3 commit c1dab7dCopy full SHA for c1dab7d
README.md
@@ -12,7 +12,7 @@ This is an implementation of [Facebook's DataLoader](https://github.com/facebook
12
// setup batch function
13
batchFn := func(ctx context.Context, keys dataloader.Keys) []*dataloader.Result {
14
var results []*dataloader.Result
15
- // do some aync work to get data for specified keys
+ // do some async work to get data for specified keys
16
// append to this list resolved values
17
return results
18
}
0 commit comments