Skip to content

Commit 65f631c

Browse files
authored
Merge pull request graph-gophers#41 from chris-ramon/patch-1
dataloader: typo
2 parents 79ed83b + 2ca8cfb commit 65f631c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataloader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type Loader struct {
8989
tracer Tracer
9090
}
9191

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

0 commit comments

Comments
 (0)