From 31d68bc738c2973c6f018e38a0fb89f6e233f444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Thu, 18 Feb 2021 19:55:03 +0100 Subject: fix grammer in commment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gustav Sörnäs --- src/compiler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.rs b/src/compiler.rs index 7b9fd9a..a3066b0 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -394,7 +394,7 @@ impl Compiler { &mut self.frames[last] } - /// Marks a variable as read, also marks upvalues. + /// Marks a variable as read. Also marks upvalues. fn mark_read(&mut self, frame_id: usize, var: &Variable) { // Early out if var.read { -- cgit v1.2.1