From 7a835649e74313e60fa2796358b6a5ce4608040d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Pierre=20Bouchard?= Date: Thu, 4 Feb 2021 10:49:14 -0500 Subject: [PATCH] Update src/invokers.ts Co-authored-by: Jeff Hansen --- src/invokers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invokers.ts b/src/invokers.ts index fa6db74..f684631 100644 --- a/src/invokers.ts +++ b/src/invokers.ts @@ -78,7 +78,7 @@ export function makeResolverInvoker(resolver: Resolver) { * 2nd step is to create a method to invoke on the result * of the resolver. * - * @param {MethodName} methodToInvoke + * @param methodToInvoke * @return {(req) => void} */ return function makeMemberInvoker(methodToInvoke: K) {