chore: fix spelling mistake

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-03-16 02:31:07 -05:00
parent 19f642eafe
commit 8c25e6f976
1 changed files with 1 additions and 1 deletions

View File

@ -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 /// Mutates the stack pointer and the stack
fn push(cpu: &mut Cpu, value: u16) { fn push(cpu: &mut Cpu, value: u16) {