Skip to content

Commit

Permalink
docs: Fix typo in unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
raon0211 committed Jul 10, 2024
1 parent 85d4628 commit e4d9063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/array/unzip.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function unzip<T extends unknown[]>(zipped: Array<[...T]>): Unzip<T>;

### Returns

(`Unzip<T>`): An new array created by collecting elements at the same position in an internal array.
(`Unzip<T>`): A new array created by collecting elements at the same position in an internal array.

## Example

Expand Down

0 comments on commit e4d9063

Please sign in to comment.