Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit e869358

Browse files
Updating docs zipIterable for arguments
1 parent e29ce35 commit e869358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/core/operators/zipiterable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Merges the current observable sequence with iterables such as `Map`, `Array`, `Set` into one observable sequence by using the selector function whenever all of the observable sequences or an array have produced an element at a corresponding index.
55

66
#### Arguments
7-
1. `args` *(`Arguments` | `Array`)*: Arguments of Arrays, Maps, Sets or other iterables.
7+
1. `args` *(`Arguments`)*: Arguments of Arrays, Maps, Sets or other iterables.
88
2. `[resultSelector]` *(Function)*: A function which takes the inputs at the specified index and combines them together. If omitted, a list with the elements of the observable sequences at corresponding indexes will be yielded.
99

1010
#### Returns

0 commit comments

Comments
 (0)