Skip to content

Commit

Permalink
doc: fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
freejool committed Feb 22, 2024
1 parent e92e2ef commit 6ebebb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/core/flags/hiargs.rs
Expand Up @@ -484,9 +484,9 @@ impl HiArgs {
if self.crlf {
builder.crlf(true);
}
// We don't need to set this in multiline mode since mulitline
// We don't need to set this in multiline mode since multiline
// matchers don't use optimizations related to line terminators.
// Moreover, a mulitline regex used with --null-data should
// Moreover, a multiline regex used with --null-data should
// be allowed to match NUL bytes explicitly, which this would
// otherwise forbid.
if self.null_data {
Expand Down

0 comments on commit 6ebebb2

Please sign in to comment.