Skip to content

Commit

Permalink
Update src/invokers.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Hansen <jeffijoe@hotmail.com>
  • Loading branch information
François-Pierre Bouchard and jeffijoe committed Feb 4, 2021
1 parent c3ee38b commit 7a83564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invokers.ts
Expand Up @@ -78,7 +78,7 @@ export function makeResolverInvoker<T>(resolver: Resolver<T>) {
* 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<K extends keyof T>(methodToInvoke: K) {
Expand Down

0 comments on commit 7a83564

Please sign in to comment.