Skip to content

Commit

Permalink
chore: improve a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Aug 15, 2024
1 parent 2d877c2 commit 396c43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/assign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ type AtomicValue = BuiltInType | CustomClass | BoxedPrimitive
* unmergeable and `{ n: number }` as mergeable.
*/
type AssignDeep<TInitial, TOverride, IsOptional = false> =
| 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.
Expand Down

0 comments on commit 396c43c

Please sign in to comment.