You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: doc/api/core/operators/find.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Searches for an element that matches the conditions defined by the specified pre
10
10
2.`[thisArg]`*(`Any`)*: Object to use as `this` when executing the predicate.
11
11
12
12
#### Returns
13
-
*(`Observable`)*: An Observable sequence with the first element that matches the conditions defined by the specified predicate, if found; otherwise, undefined.
13
+
*(`Observable`)*: An Observable sequence with the first element that matches the conditions defined by the specified predicate, if found; otherwise, an empty sequence.
14
14
15
15
#### Example
16
16
```js
@@ -51,7 +51,6 @@ var subscription = source.subscribe(
0 commit comments