Skip to content

Commit 6ebebb2

Browse files
authored
doc: fix typo in comments
PR #2741
1 parent e92e2ef commit 6ebebb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/core/flags/hiargs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ impl HiArgs {
484484
if self.crlf {
485485
builder.crlf(true);
486486
}
487-
// We don't need to set this in multiline mode since mulitline
487+
// We don't need to set this in multiline mode since multiline
488488
// matchers don't use optimizations related to line terminators.
489-
// Moreover, a mulitline regex used with --null-data should
489+
// Moreover, a multiline regex used with --null-data should
490490
// be allowed to match NUL bytes explicitly, which this would
491491
// otherwise forbid.
492492
if self.null_data {

0 commit comments

Comments
 (0)