jsdocs: @return should be @param

This commit is contained in:
nayni
2018-03-10 15:03:13 +01:00
parent 3bd0059542
commit d7d3e0712c

View File

@@ -18,7 +18,7 @@
* @template TReturn The return type of the field resolver.
* @template TArgs The type of supplied arguments.
* @template TContext The type of the current resolver context.
* @returns A batch function to resolve all fields for the given sources in a single batch.
* @param batchResolveFn A batch function to resolve all fields for the given sources in a single batch.
*/
export function createBatchResolver<
TSource,