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

Commit 45ba11f

Browse files
committed
Fix broken link
'some' links to operators/any.md (404) -> should link to operators/some.md
1 parent 94e140f commit 45ba11f

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
@@ -159,7 +159,7 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
159159
- [`skipUntilWithTime`](operators/skipuntilwithtime.md)
160160
- [`skipWhile`](operators/skipwhile.md)
161161
- [`slice`](operators/slice.md)
162-
- [`some`](operators/any.md)
162+
- [`some`](operators/some.md)
163163
- [`startWith`](operators/startwith.md)
164164
- [`subscribe | forEach`](operators/subscribe.md)
165165
- [`subscribeOnNext`](operators/subscribeonnext.md)

0 commit comments

Comments
 (0)