Skip to content

Commit 5ffb309

Browse files
author
梶塚太智
committed
Update main.rs
1 parent 44c0266 commit 5ffb309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ impl Executor {
968968
}
969969
}
970970

971-
/// Pop stack value
971+
/// Pop stack's top value
972972
fn pop_stack(&mut self) -> Type {
973973
if let Some(value) = self.stack.pop() {
974974
value

0 commit comments

Comments
 (0)