Skip to content

Commit c1dab7d

Browse files
authored
Merge pull request #59 from sanjeevchopra/patch-1
fix typo in README
2 parents 37d4985 + e5bd1b3 commit c1dab7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is an implementation of [Facebook's DataLoader](https://github.com/facebook
1212
// setup batch function
1313
batchFn := func(ctx context.Context, keys dataloader.Keys) []*dataloader.Result {
1414
var results []*dataloader.Result
15-
// do some aync work to get data for specified keys
15+
// do some async work to get data for specified keys
1616
// append to this list resolved values
1717
return results
1818
}

0 commit comments

Comments
 (0)