Skip to content

Commit

Permalink
docs(startWith): fix example imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Jan 21, 2020
1 parent 82e3ffc commit 0deb14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/startWith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function startWith<T, A extends any[]>(...values: A): OperatorFunction<T,
*
* ```ts
* import { timer } from 'rxjs';
* import { startWith } from 'rxjs/operators';
* import { startWith, map } from 'rxjs/operators';
*
* timer(1000)
* .pipe(
Expand Down

0 comments on commit 0deb14b

Please sign in to comment.