Skip to content

Commit

Permalink
docs(Observable): remove trailing whitespace in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbski committed Mar 13, 2017
1 parent 85099de commit 8d0946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/takeUntil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { subscribeToResult } from '../util/subscribeToResult';
*
* `takeUntil` subscribes and begins mirroring the source Observable. It also
* monitors a second Observable, `notifier` that you provide. If the `notifier`
* emits a value, the output Observable stops mirroring the source Observable
* emits a value, the output Observable stops mirroring the source Observable
* and completes.
*
* @example <caption>Tick every second until the first click happens</caption>
Expand Down

0 comments on commit 8d0946e

Please sign in to comment.