Skip to content

Commit 1a78203

Browse files
TheDan64RReverser
andauthored
Update function description
Co-Authored-By: RReverser <[email protected]>
1 parent d1a421c commit 1a78203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution_engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ macro_rules! impl_unsafe_fn {
473473
impl<'engine, Output, $( $param ),*> private::SealedUnsafeFunctionPointer for unsafe extern "C" fn($( $param ),*) -> Output {}
474474

475475
impl<'engine, Output, $( $param ),*> JitFunction<'engine, unsafe extern "C" fn($( $param ),*) -> Output> {
476-
/// This method allows to call the underlying function while making
476+
/// This method allows you to call the underlying function while making
477477
/// sure that the backing storage is not dropped too early and
478478
/// preserves the `unsafe` marker for any calls.
479479
#[allow(non_snake_case)]

0 commit comments

Comments
 (0)