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

Commit

Permalink
Updating docs zipIterable for arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Aug 18, 2015
1 parent e29ce35 commit e869358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/core/operators/zipiterable.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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.

#### Arguments
1. `args` *(`Arguments` | `Array`)*: Arguments of Arrays, Maps, Sets or other iterables.
1. `args` *(`Arguments`)*: Arguments of Arrays, Maps, Sets or other iterables.
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.

#### Returns
Expand Down

0 comments on commit e869358

Please sign in to comment.