Skip to content

Commit

Permalink
♻️
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 22, 2024
1 parent 0266f89 commit 0c4d770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Same pattern for `diff(Contains|DoesNotContain)`. Can be a word or list of words
you want in the diff (for instance, you want it to _always_ change code so it
contains a statement terminator) or don't want in the diff (for instance, you
don't want it to include TODOs because people never ever _do_ them). If you want
to allow check marks, remember to use an expression such as `[x]|[X]`, since both are
admissible as such in a body.
to allow check marks, remember to use an expression such as `[x]|[X]`, since
both are admissible as such in a body.

> These strings are unwittingly converted into regular expressions, so any
> regular expression will also work; `[]()+?*` are escaped so that things such
Expand Down

0 comments on commit 0c4d770

Please sign in to comment.