Skip to content

Commit 502f809

Browse files
committed
Change returns into return.
1 parent 69efc7f commit 502f809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ impl Compiler {
617617
// key:
618618
self.emit(Instruction::LoadConst {
619619
value: bytecode::Constant::String {
620-
value: "returns".to_string(),
620+
value: "return".to_string(),
621621
},
622622
});
623623
// value:

0 commit comments

Comments
 (0)