Skip to content

Commit

Permalink
docs(single): Updated docs for single with description and example (R…
Browse files Browse the repository at this point in the history
…eactiveX#4616)

Updated docs for  the requested changes
  • Loading branch information
weitalu committed Apr 1, 2019
1 parent 3b1dcb2 commit 0ce4060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/operators/single.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Observer, MonoTypeOperatorFunction, TeardownLogic } from '../types';
*
* ## Example
* emits 'error'
* ```javascript
* ```ts
* import { range } from 'rxjs';
* import { single } from 'rxjs/operators';
*
Expand All @@ -27,7 +27,7 @@ import { Observer, MonoTypeOperatorFunction, TeardownLogic } from '../types';
* ```
*
* emits 'undefined'
* ```javascript
* ```ts
* import { range } from 'rxjs';
* import { single } from 'rxjs/operators';
*
Expand Down

0 comments on commit 0ce4060

Please sign in to comment.