Skip to content

Commit d9ed9c5

Browse files
committed
docs(ng/filter/filter): make docs human readable
1 parent 00cac6e commit d9ed9c5

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)