Skip to content

Commit c75adbb

Browse files
Fix: Correct typo in print_eleven_args error message (#439)
Signed-off-by: Dylan Gallagher <[email protected]>
1 parent af6c1a9 commit c75adbb

File tree

1 file changed

+1
-1
lines changed
  • src/tests/rust_guests/simpleguest/src

1 file changed

+1
-1
lines changed

src/tests/rust_guests/simpleguest/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ fn print_eleven_args(function_call: &FunctionCall) -> Result<Vec<u8>> {
395395
} else {
396396
Err(HyperlightGuestError::new(
397397
ErrorCode::GuestFunctionParameterTypeMismatch,
398-
"Invalid parameters passed to print_ten_args".to_string(),
398+
"Invalid parameters passed to print_eleven_args".to_string(),
399399
))
400400
}
401401
}

0 commit comments

Comments
 (0)