Skip to content

Commit 211188f

Browse files
committed
Typo [skip ci]
1 parent 970775f commit 211188f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Kernel/Mnemonics/_irem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class _irem implements OperationInterface
1313

1414
public function execute(): void
1515
{
16-
// JVM speck wrote `value1 - (value1 / value2) * value2`
16+
// JVM spec wrote `value1 - (value1 / value2) * value2`
1717
// But PHP can modulo calculation.
1818

1919
$rightOperand = Extractor::realValue($this->getStack());

0 commit comments

Comments
 (0)