Skip to content

Commit e60f9a9

Browse files
committed
minor typo
1 parent dd18ae4 commit e60f9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/krivine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function execute()
114114
$machine = $machine->step();
115115
}
116116

117-
return first($this->stack);
117+
return first($machine->stack);
118118
}
119119

120120
function step()

0 commit comments

Comments
 (0)