Skip to content

Commit

Permalink
docs: fix link in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jan 22, 2025
1 parent 3a37a42 commit d79fbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/wasm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub(crate) struct WasmExport {
pub name: &'static str,
/// Function's mangled name. The mangled name contains information about
/// the function's arguments and return type. For additional details see
/// [`yara_x_parser::types::MangledFnName`].
/// [`crate::types::MangledFnName`].
pub mangled_name: &'static str,
/// True if the function is visible from YARA rules. Functions exported by
/// modules, as well as built-in functions like uint8, uint16, etc, are
Expand Down

0 comments on commit d79fbde

Please sign in to comment.