Skip to content

Commit

Permalink
Use setup for the noun
Browse files Browse the repository at this point in the history
Co-authored-by: brandon s allbery kf8nh <[email protected]>
  • Loading branch information
philderbeast and geekosaur committed Dec 27, 2024
1 parent 411447d commit cab0669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.d/pr-10646.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ convert LF values to spaces.
lineBreaksToSpaces :: String -> String
```

With this set up, false positives were possible. An expected value using string
With this setup, false positives were possible. An expected value using string
gaps and spaces would match a `concatOutput` modified actual value of
"foo_bar_baz", where '_' was any of space, LF or CRLF in the unmodified actual
value. The latter two are false positive matches.
Expand Down

0 comments on commit cab0669

Please sign in to comment.