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

Commit 2f00171

Browse files
Merge pull request #604 from 1a23456789/master
Fix method name in includes.md
2 parents 9a30933 + a7d2416 commit 2f00171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/includes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### `Rx.Observable.prototype.includes(searchElement, [fromIndex])` ###
2-
### `Rx.Observable.prototype.includes(searchElement, [fromIndex])` **DEPRECATED** ###
2+
### `Rx.Observable.prototype.contains(searchElement, [fromIndex])` **DEPRECATED** ###
33
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/includes.js "View in source")
44

55
Determines whether an observable sequence includes a specified element with an optional from index.

0 commit comments

Comments
 (0)