From 6ebebb2aaa9991694aed10b944cf2e8196811e1c Mon Sep 17 00:00:00 2001 From: SuperSpecialSweet <39995589+freejool@users.noreply.github.com> Date: Thu, 22 Feb 2024 19:57:58 +0800 Subject: doc: fix typo in comments PR #2741 --- crates/core/flags/hiargs.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/core/flags/hiargs.rs b/crates/core/flags/hiargs.rs index f7ab9ea4..df09dced 100644 --- a/crates/core/flags/hiargs.rs +++ b/crates/core/flags/hiargs.rs @@ -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 { -- cgit v1.2.3