From cbdedb5f93a82527c476e5a886a41c7894fddf34 Mon Sep 17 00:00:00 2001 From: Saujan Ghimire Date: Sat, 8 Mar 2025 20:54:57 +0000 Subject: [PATCH] Update recursion.ts spelling fix tuple --- recursion.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recursion.ts b/recursion.ts index ea5e987..60496fe 100644 --- a/recursion.ts +++ b/recursion.ts @@ -3,10 +3,10 @@ type Resolved = Awaited>>>; // ^? -type Tupel = Tupel['length'] extends Length ? Tupel : TupelSized; +type Tuple = Tuple['length'] extends Length ? Tuple : TupleSized; -type T3 = Tupel; +type T3 = Tuple; // ^? // MAX depth 1000