Skip to content

Commit 7ce5cf7

Browse files
docs: fix mergeProps documentation to match actual implementation (#234)
Co-authored-by: seungrodotlee <seungrodotlee@gmail.com>
1 parent bea638d commit 7ce5cf7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/mergeProps/ko/mergeProps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```ts
88
function mergeProps<PropsList>(
9-
props: PropsList
9+
...props: PropsList
1010
): TupleToIntersection<PropsList>;
1111
```
1212

src/utils/mergeProps/mergeProps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```ts
88
function mergeProps<PropsList>(
9-
props: PropsList
9+
...props: PropsList
1010
): TupleToIntersection<PropsList>;
1111
```
1212

0 commit comments

Comments
 (0)