Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Jul 30, 2022
1 parent f72de16 commit dd16cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/generated/_dict.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function fromPairs<T, K extends string | number>(xs: Array<readonly [K, T]>): Re
D.fromPairs([
['name', 'Joe'],
['location', 'Warsaw'],
]) // → { name: 'Joe', location: 'Warsaw' }
] as const) // → { name: 'Joe', location: 'Warsaw' }
pipe(
[
Expand Down

0 comments on commit dd16cf4

Please sign in to comment.