Skip to content

Commit

Permalink
chore: fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-remylenoir committed Apr 26, 2024
1 parent a93c38f commit 6e5be3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export type PickUnion<UnionType, Keys> = Exclude<
* Also known as mapped type or homomorphic.
* Use this custom Omit utility type to preserve extended Record properties.
*
* Why? Using Omit on extended Records results won't preserve the structure.
* Why? Using Omit on extended Records does not preserve the structure.
* - https://github.com/microsoft/TypeScript/issues/36981
* - https://github.com/microsoft/TypeScript/issues/54451
*/
Expand Down

0 comments on commit 6e5be3d

Please sign in to comment.