mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-12 17:09:28 -05:00
typo (#540)
This commit is contained in:
parent
29396ed40a
commit
98bb4506d9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ extern "C" {
|
||||||
) -> *const Module;
|
) -> *const Module;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Source code which can be then compiled to a UnboundScript or Script.
|
/// Source code which can then be compiled to a UnboundScript or Script.
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Source([usize; 8]);
|
pub struct Source([usize; 8]);
|
||||||
|
|
Loading…
Reference in a new issue