From 2e9ed960e3a11e4dcb78a434563fc04890c00c3d Mon Sep 17 00:00:00 2001 From: Shinigami Date: Thu, 4 May 2023 16:42:29 +0200 Subject: chore: rename generics (#2046) --- test/scripts/apidoc/__snapshots__/signature.spec.ts.snap | 2 +- test/scripts/apidoc/signature.example.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'test/scripts') diff --git a/test/scripts/apidoc/__snapshots__/signature.spec.ts.snap b/test/scripts/apidoc/__snapshots__/signature.spec.ts.snap index 15bb4d00..525b676c 100644 --- a/test/scripts/apidoc/__snapshots__/signature.spec.ts.snap +++ b/test/scripts/apidoc/__snapshots__/signature.spec.ts.snap @@ -43,7 +43,7 @@ exports[`signature > analyzeSignature() > complexArrayParameter 1`] = ` "returns": "T", "seeAlsos": [], "since": "", - "sourcePath": "test/scripts/apidoc/signature.example.ts#L356", + "sourcePath": "test/scripts/apidoc/signature.example.ts#L357", "throws": undefined, } `; diff --git a/test/scripts/apidoc/signature.example.ts b/test/scripts/apidoc/signature.example.ts index 6bb835c1..5d557a3f 100644 --- a/test/scripts/apidoc/signature.example.ts +++ b/test/scripts/apidoc/signature.example.ts @@ -349,6 +349,7 @@ export class SignatureTest { * Complex array parameter. * * @template T The type of the entries to pick from. + * * @param array Array to pick the value from. * @param array[].weight The weight of the value. * @param array[].value The value to pick. -- cgit v1.2.3