diff --git a/src/object/assign.ts b/src/object/assign.ts index f1ecd56bf..76e3ba3b6 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.