We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db78170 commit da7f43cCopy full SHA for da7f43c
promise.go
@@ -33,7 +33,7 @@ type Promise struct {
33
*Object
34
}
35
36
-// MewPromiseResolver creates a new Promise resolver for the given context.
+// NewPromiseResolver creates a new Promise resolver for the given context.
37
// The associated Promise will be in a Pending state.
38
func NewPromiseResolver(ctx *Context) (*PromiseResolver, error) {
39
if ctx == nil {
0 commit comments