Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Oct 16, 2024
1 parent b7c8a2a commit c8b5c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/wasm/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ impl WasmModuleBuilder {
self.wasm_exports.clone()
}

/// Configure the number of YARA that namespaces that will be put in each
/// Configure the number of YARA namespaces that will be put in each
/// WASM function.
pub fn namespaces_per_func(&mut self, n: usize) -> &mut Self {
self.namespaces_per_func = n;
Expand Down

0 comments on commit c8b5c3f

Please sign in to comment.