Skip to content

Commit

Permalink
docs(PromiseObservable): update the doc to reflect more relaxed type …
Browse files Browse the repository at this point in the history
…of promise
  • Loading branch information
midnight-wonderer committed Mar 30, 2017
1 parent 7515809 commit 8b20019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observable/PromiseObservable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class PromiseObservable<T> extends Observable<T> {
* @see {@link bindCallback}
* @see {@link from}
*
* @param {Promise<T>} promise The promise to be converted.
* @param {PromiseLike<T>} promise The promise to be converted.
* @param {Scheduler} [scheduler] An optional IScheduler to use for scheduling
* the delivery of the resolved value (or the rejection).
* @return {Observable<T>} An Observable which wraps the Promise.
Expand Down

0 comments on commit 8b20019

Please sign in to comment.