Skip to content

Commit 23756e0

Browse files
minworkgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent db13b33 commit 23756e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/manipulating-array/finding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Find array \(or iterable object\) element\(s\) that match specified condition.
1616

1717
| Constant name | Description |
1818
| :--- | :--- |
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 |
19+
| FIND\_RETURN\_VALUE | Return first value of an array that match find condition |
20+
| FIND\_RETURN\_KEY | Return first key of an array that match find condition |
21+
| FIND\_RETURN\_ALL | Return array of all values \(preserving original keys\) that match find condition |
2222

2323
#### Examples
2424

0 commit comments

Comments
 (0)