Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Mar 12, 2024
1 parent a934ea7 commit af88137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vm/src/parsed_wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl<'a> ParsedWasm<'a> {

/// Perform the expensive operation of validating each function body
///
/// Note: This function caches the output of this function into the field `funcs_to_validate` so repeated invocations are cheap.
/// Note: This function caches the output of this function into the field `func_validator` so repeated invocations are cheap.
pub fn validate_funcs(&mut self) -> VmResult<()> {
match self.func_validator {
FunctionValidator::Pending(OpaqueDebug(ref mut funcs)) => {
Expand Down

0 comments on commit af88137

Please sign in to comment.