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

Commit a7d2416

Browse files
committed
Fix method name in includes.md
`contains` is deprecated, rather than `includes`.
1 parent 60afd46 commit a7d2416

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)