From 98bb4506d9fe86100bc84b06afd5425869988219 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 7 Dec 2020 22:42:37 +0100 Subject: [PATCH] typo (#540) --- src/script_compiler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);