We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db13b33 commit 23756e0Copy full SHA for 23756e0
1 file changed
docs/manipulating-array/finding.md
@@ -16,9 +16,9 @@ Find array \(or iterable object\) element\(s\) that match specified condition.
16
17
| Constant name | Description |
18
| :--- | :--- |
19
-| FIND\_RETURN\_VALUE | Return value of array element matching find condition |
20
-| FIND\_RETURN\_KEY | Return key of array element matching find condition |
21
-| FIND\_RETURN\_ALL | Return array of all values \(preserving original keys\) of array elements matching find condition |
+| FIND\_RETURN\_VALUE | Return first value of an array that match find condition |
+| FIND\_RETURN\_KEY | Return first key of an array that match find condition |
+| FIND\_RETURN\_ALL | Return array of all values \(preserving original keys\) that match find condition |
22
23
#### Examples
24
0 commit comments