Skip to content

Commit 21dd2ac

Browse files
IgorMinarjamesdaily
authored andcommitted
docs(ng/filter/filter): make docs human readable
1 parent b53b8f3 commit 21dd2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/filter/filter.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*
1515
* Can be one of:
1616
*
17-
* - `string`: Predicate that results in a substring match using the value of `expression`
18-
* string. All strings or objects with string properties in `array` that contain this string
17+
* - `string`: The string is evaluated as an expression and the resulting value is used for substring match against
18+
* the contents of the `array`. All strings or objects with string properties in `array` that contain this string
1919
* will be returned. The predicate can be negated by prefixing the string with `!`.
2020
*
2121
* - `Object`: A pattern object can be used to filter specific properties on objects contained

0 commit comments

Comments
 (0)