Skip to content

Commit

Permalink
Merge pull request #2018 from blesh/pr-1977
Browse files Browse the repository at this point in the history
Pr 1977
  • Loading branch information
benlesh authored Oct 10, 2016
2 parents c7cfe44 + e309629 commit 5e28e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/observable/BoundCallbackObservable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class BoundCallbackObservable<T> extends Observable<T> {
* @see {@link fromPromise}
*
* @param {function} func Function with a callback as the last parameter.
* @param {function} selector A function which takes the arguments from the
* @param {function} [selector] A function which takes the arguments from the
* callback and maps those a value to emit on the output Observable.
* @param {Scheduler} [scheduler] The scheduler on which to schedule the
* callbacks.
Expand Down
2 changes: 1 addition & 1 deletion src/observable/BoundNodeCallbackObservable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class BoundNodeCallbackObservable<T> extends Observable<T> {
* @see {@link fromPromise}
*
* @param {function} func Function with a callback as the last parameter.
* @param {function} selector A function which takes the arguments from the
* @param {function} [selector] A function which takes the arguments from the
* callback and maps those a value to emit on the output Observable.
* @param {Scheduler} [scheduler] The scheduler on which to schedule the
* callbacks.
Expand Down

0 comments on commit 5e28e52

Please sign in to comment.