Skip to content

Commit 67e2daa

Browse files
committed
small doc
1 parent a12c405 commit 67e2daa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/integration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ function findIndex<T>(arr: T[], callback: (item: T) => boolean): number {
167167

168168
/**
169169
* Generate a full integration function from a simple function.
170-
* This will ensure to add the given name both to the function definition, as well as to the integration return value.
170+
* This will ensure to add the given name both to the function definition (as id),
171+
* as well as to the integration return value.
171172
*/
172173
export function makeIntegrationFn<
173174
// eslint-disable-next-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)