We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92e2ef commit 6ebebb2Copy full SHA for 6ebebb2
1 file changed
crates/core/flags/hiargs.rs
@@ -484,9 +484,9 @@ impl HiArgs {
484
if self.crlf {
485
builder.crlf(true);
486
}
487
- // We don't need to set this in multiline mode since mulitline
+ // We don't need to set this in multiline mode since multiline
488
// matchers don't use optimizations related to line terminators.
489
- // Moreover, a mulitline regex used with --null-data should
+ // Moreover, a multiline regex used with --null-data should
490
// be allowed to match NUL bytes explicitly, which this would
491
// otherwise forbid.
492
if self.null_data {
0 commit comments