From 396c43cffd38e567a456e7fc9b78d8aa0a63bd43 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:06:07 -0400 Subject: [PATCH] chore: improve a comment --- src/object/assign.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object/assign.ts b/src/object/assign.ts index f1ecd56b..76e3ba3b 100644 --- a/src/object/assign.ts +++ b/src/object/assign.ts @@ -113,7 +113,7 @@ type AtomicValue = BuiltInType | CustomClass | BoxedPrimitive * unmergeable and `{ n: number }` as mergeable. */ type AssignDeep = - | never // <-- ignore me! + | never // ← Fixes auto-formatting of the comment below. /** * When a native type is found in TInitial, it will only exist in * the result type if the override is optional.