Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit a9c51d7

Browse files
committed
Update observable.md
Clarify that forEach can be found at subscribe.md
1 parent 3e6ec83 commit a9c51d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/observable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
160160
- [`skipWhile`](operators/skipwhile.md)
161161
- [`some`](operators/any.md)
162162
- [`startWith`](operators/startwith.md)
163-
- [`subscribe`](operators/subscribe.md)
163+
- [`subscribe | forEach`](operators/subscribe.md)
164164
- [`subscribeOnNext`](operators/subscribeonnext.md)
165165
- [`subscribeOnError`](operators/subscribeonerror.md)
166166
- [`subscribeOnCompleted`](operators/subscribeoncompleted.md)

0 commit comments

Comments
 (0)