Skip to content

Commit

Permalink
docs(lettable-operators): add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
caroso1222 authored Jan 9, 2018
1 parent 6b884d8 commit ce0331b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lettable-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ because an operator returns an `Observable`,
not a `Promise`.
There is now an `Observable.toPromise()`instance method.

Because `throw` is a key word you could use `_throw` after `import { _throw } from 'rxjs/observable/throw`.
Because `throw` is a key word you could use `_throw` after `import { _throw } from 'rxjs/observable/throw'`.

If the leading `_` bothers you (because a leading `_` typically means "_Internal - Do not use_"), you can do as follows:
```
Expand Down

0 comments on commit ce0331b

Please sign in to comment.