Skip to content

Commit ce3b5ab

Browse files
committed
docs: fix mergeProps documentation to match actual implementation
1 parent 94f8826 commit ce3b5ab

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)