diff --git a/src/script_compiler.rs b/src/script_compiler.rs index 509163c1..96b6bccc 100644 --- a/src/script_compiler.rs +++ b/src/script_compiler.rs @@ -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]);