Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Aug 18, 2023
1 parent 63c59f1 commit 108a1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yara-x/src/scanner/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 108a1a2

Please sign in to comment.