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

Commit b378c8e

Browse files
Merge pull request #622 from remkoboschker/patch-1
some returns true if there is at least one element that satisfies predicates test. docs says all elements
2 parents 8df6cf8 + c9eee7f commit b378c8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/any.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Determines whether any element of an observable sequence satisfies a condition i
99
2. `[thisArg]` *(`Any`)*: Object to use as this when executing callback.
1010

1111
#### Returns
12-
*(`Observable`)*: An observable sequence containing a single element determining whether all elements in the source sequence pass the test in the specified predicate.
12+
*(`Observable`)*: An observable sequence containing a single element determining whether one of the elements in the source sequence pass the test in the specified predicate.
1313

1414
#### Example
1515
```js

0 commit comments

Comments
 (0)