File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Advanced implementation of well known operations:
1414 * [ Has] ( https://minwork.gitbook.io/array/common-methods/has )
1515 * [ Map] ( https://minwork.gitbook.io/array/manipulating-array/mapping )
1616 * [ Filter] ( https://minwork.gitbook.io/array/manipulating-array/filtering )
17+ * [ Find] ( https://minwork.gitbook.io/array/manipulating-array/finding )
1718 * [ Group] ( https://minwork.gitbook.io/array/manipulating-array/grouping )
1819 * [ Sort] ( https://minwork.gitbook.io/array/manipulating-array/sorting )
1920 * [ Check] ( https://minwork.gitbook.io/array/validating-array/check )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class Arr
7070 */
7171 const FIND_RETURN_KEY = 'key ' ;
7272 /**
73- * Return all values (preserving original keys) of array elements matching find condition
73+ * Return array of all values (preserving original keys) of array elements matching find condition
7474 */
7575 const FIND_RETURN_ALL = 'all ' ;
7676
You can’t perform that action at this time.
0 commit comments