mirror of
https://github.com/Automattic/harper.git
synced 2025-08-04 18:48:02 +00:00
chore: eq_ignore_ascii_case_chars
to _str
This commit is contained in:
parent
611ad84519
commit
434d9376bc
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ impl Linter for PhrasalVerbAsCompoundNoun {
|
|||
|| prev_tok
|
||||
.span
|
||||
.get_content(document.get_source())
|
||||
.eq_ignore_ascii_case_chars(&['s', 'e', 't', 't', 'i', 'n', 'g', 's'])
|
||||
.eq_ignore_ascii_case_str("settings")
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue