Skip to content

Commit

Permalink
docs(index): fixed a typo (#4827)
Browse files Browse the repository at this point in the history
  • Loading branch information
znikola authored and benlesh committed Jun 4, 2019
1 parent f07d349 commit 6de724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/observable/iif.ts
Expand Up @@ -17,7 +17,7 @@ import { SubscribableOrPromise } from '../types';
*
* Note that Observables for both cases (true and false) are optional. If condition points to an Observable that
* was left undefined, resulting stream will simply complete immediately. That allows you to, rather
* then controlling which Observable will be subscribed, decide at runtime if consumer should have access
* than controlling which Observable will be subscribed, decide at runtime if consumer should have access
* to given Observable or not.
*
* If you have more complex logic that requires decision between more than two Observables, {@link defer}
Expand Down

0 comments on commit 6de724e

Please sign in to comment.