Skip to content

Commit 4944711

Browse files
committed
fixup! rename run -> call
Signed-off-by: Jorge Prendes <[email protected]>
1 parent bdfa700 commit 4944711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/sandbox/initialized_multi_use.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ impl MultiUseSandbox {
236236
#[doc(hidden)]
237237
#[deprecated(
238238
since = "0.8.0",
239-
note = "Deprecated in favour of run and snapshot/restore."
239+
note = "Deprecated in favour of call and snapshot/restore."
240240
)]
241241
#[instrument(err(Debug), skip(self, args), parent = Span::current())]
242242
pub fn call_guest_function_by_name<Output: SupportedReturnType>(

0 commit comments

Comments
 (0)