From 8c25e6f9763c7bacbbc62a25269e93edd37332c0 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Tue, 16 Mar 2021 02:31:07 -0500 Subject: [PATCH] chore: fix spelling mistake --- src/instruction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instruction.rs b/src/instruction.rs index 1af60bc..c878eb6 100644 --- a/src/instruction.rs +++ b/src/instruction.rs @@ -1503,7 +1503,7 @@ impl Instruction { } } - /// PUSHs a u16 onto the stack + /// PUSHes a u16 onto the stack /// /// Mutates the stack pointer and the stack fn push(cpu: &mut Cpu, value: u16) {