Skip to content

Commit

Permalink
Merge pull request #41 from chris-ramon/patch-1
Browse files Browse the repository at this point in the history
dataloader: typo
  • Loading branch information
tonyghita committed Sep 5, 2018
2 parents 79ed83b + 2ca8cfb commit 65f631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataloader.go
Expand Up @@ -89,7 +89,7 @@ type Loader struct {
tracer Tracer
}

// Thunk is a function that will block until the value (*Result) it contins is resolved.
// Thunk is a function that will block until the value (*Result) it contains is resolved.
// After the value it contains is resolved, this function will return the result.
// This function can be called many times, much like a Promise is other languages.
// The value will only need to be resolved once so subsequent calls will return immediately.
Expand Down

0 comments on commit 65f631c

Please sign in to comment.