Skip to content

Commit af88137

Browse files
committed
Update documentation
1 parent a934ea7 commit af88137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/src/parsed_wasm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ impl<'a> ParsedWasm<'a> {
189189

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

0 commit comments

Comments
 (0)