8000 Docs: Fix links to RxJS methods in README (#48) · gulpjs/async-done@457ac2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 457ac2a

Browse files
demurgosphated
authored andcommitted
Docs: Fix links to RxJS methods in README (#48)
1 parent 82fde9e commit 457ac2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Optionally takes a callback to call when async tasks are complete.
6868
- Completion: [onFulfilled][promise-onfulfilled] method called
6969
- Error: [onRejected][promise-onrejected] method called
7070
* `Observable` (e.g. from [RxJS v5][rxjs5-observable] or [RxJS v4][rxjs5-observable]) returned
71-
- Completion: [complete][rxjs5-subscriber-complete] method called
72-
- Error: [error][rxjs5-subscriber-error] method called
71+
- Completion: [complete][rxjs5-observer-complete] method called
72+
- Error: [error][rxjs5-observer-error] method called
7373

7474
__Warning:__ Sync tasks are __not supported__ and your function will never complete if the one of the above strategies is not used to signal completion. However, thrown errors will be caught by the domain.
7575

0 commit comments

Comments
 (0)
0