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

Commit b76f05e

Browse files
committed
amb stands for ambiguous
1 parent c9ecd63 commit b76f05e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/amb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### `Rx.Observable.amb(...args)` [Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/amb.js "View in source")
22

3-
Propagates the observable sequence or Promise that reacts first.
3+
Propagates the observable sequence or Promise that reacts first. "amb" stands for [ambiguous](http://blogs.msdn.com/b/jeffva/archive/2009/11/18/amb-materialize-and-dematerialize.aspx).
44

55
#### Arguments
66
1. `args` *(Array|arguments)*: Observable sources or Promises competing to react first either as an array or arguments.

0 commit comments

Comments
 (0)