We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79ed83b + 2ca8cfb commit 65f631cCopy full SHA for 65f631c
dataloader.go
@@ -89,7 +89,7 @@ type Loader struct {
89
tracer Tracer
90
}
91
92
-// 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.
93
// After the value it contains is resolved, this function will return the result.
94
// This function can be called many times, much like a Promise is other languages.
95
// The value will only need to be resolved once so subsequent calls will return immediately.
0 commit comments