From db3cb143fe03b67260014eec7878959dad533199 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:43:20 +0100 Subject: [PATCH] Sure thing ts-doc --- src/input-track.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input-track.ts b/src/input-track.ts index 89689fb..607e56a 100644 --- a/src/input-track.ts +++ b/src/input-track.ts @@ -98,7 +98,7 @@ export abstract class InputTrack { /** * The 1-based index of this track among all tracks of the same type in the input file. For example, the first * video track has number 1, the second video track has number 2, and so on. The index refers to the order in - * which the tracks are returned by {@link Input.getTracks()}. + * which the tracks are returned by {@link Input.getTracks}. */ get number() { return this._backing.getNumber();