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.
1 parent 37d4985 commit e5bd1b3Copy full SHA for e5bd1b3
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