Skip to content

Commit 3ebac65

Browse files
apply change-note suggestions from doc review
Co-authored-by: Sam Browning <[email protected]>
1 parent eb56476 commit 3ebac65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
category: newQuery
33
---
4-
* Added a new query, `rb/regex/badly-anchored-regexp` to detect regular expression validators that use `^` and `$`
5-
as anchors and thus might match a single line instead of the entire string.
4+
* Added a new query, `rb/regex/badly-anchored-regexp`, to detect regular expression validators that use `^` and `$`
5+
as anchors and therefore might match only a single line of a multi-line string.

0 commit comments

Comments
 (0)