From 108a1a2544a14b60deafe38ef26b8d2c0ef8dad0 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Fri, 18 Aug 2023 19:38:11 +0200 Subject: [PATCH] doc: fix typo --- yara-x/src/scanner/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yara-x/src/scanner/context.rs b/yara-x/src/scanner/context.rs index 5c4f8e518..8d7c2be94 100644 --- a/yara-x/src/scanner/context.rs +++ b/yara-x/src/scanner/context.rs @@ -628,7 +628,7 @@ impl ScanContext<'_> { /// must receive the [`SubPatternId`] for `S3`, and a range where `S3` /// matched. Then the function traverses the chain from the tail to the /// head, making sure that each intermediate sub-pattern has unconfirmed - /// matches that has the correct distance between them, so that the whole + /// matches that have the correct distance between them, so that the whole /// chain matches from head to tail. /// /// If the whole chain matches, the corresponding match is added to the