mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-25 00:29:14 -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;
|
||||
}
|
||||
|
||||
/// 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)]
|
||||
#[derive(Debug)]
|
||||
pub struct Source([usize; 8]);
|
||||
|
|
Loading…
Reference in a new issue