Skip to content

Commit

Permalink
doc: fix typo and link
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Sep 8, 2023
1 parent 1a1822a commit 6616125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yara-x/src/compiler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ impl<'a> Compiler<'a> {
///
/// In this other example the rule `foo` is put in the default namespace,
/// but the rule `bar` is put under the `bar` namespace. This implies that
/// `foo` is not visible to `bar`, and the second all to `add_source`
/// `foo` is not visible to `bar`, and the second call to `add_source`
/// fails.
///
/// ```
Expand Down
2 changes: 1 addition & 1 deletion yara-x/src/re/fast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ YARA prioritizes compiling regular expressions for [FastVM] and only resorts
to [PikeVM] if the compilation fails due to incompatible constructs in the
regular expression.
[FastVM]: crate::re::thompson::fastvm::FastVM
[FastVM]: fastvm::FastVM
[PikeVM]: crate::re::thompson::pikevm::PikeVM
*/

Expand Down

0 comments on commit 6616125

Please sign in to comment.