Skip to content

Commit aabcb2f

Browse files
committed
remove redundant change
1 parent c7ab6c2 commit aabcb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/filter-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ Checks diff for matching lines.
827827
| Argument | Usage | Type | Description |
828828
| ------ | ---------|-----------|------------------------------------------------ |
829829
| - | Input | [Object] | The list of objects |
830-
| `regex` | Input | String | Regex term to match with the input items, use `\` for `\` |
830+
| `regex` | Input | String | Regex term to match with the input items, use `\\` for `\` |
831831
| `ignoreWhiteSpaces` | Input | Bool | `false` by default, match a named attribute in the input object |
832832
| :octicons-beaker-24: `caseSensitive` | Input | Bool | `true` by default, ignore case when matching terms |
833833
| - | Output | [Bool] | `true` for every matching object |
@@ -865,7 +865,7 @@ Then you can use the thresholds to get the right reviewer.
865865
</div>
866866

867867
Check if the branch author is a rookie
868-
Check if the branch author is a rookie
868+
869869
```yaml+jinja
870870
active_coders: {{ repo | rankByGitActivity(gt=50, weeks=12) }}
871871
```

0 commit comments

Comments
 (0)