Spelling fix

This commit is contained in:
Dennis Eichhorn 2019-04-15 20:02:12 +02:00
parent 0245fcf317
commit f73d7f0d39

View File

@ -126,7 +126,7 @@ class MoneyTest extends \PHPUnit\Framework\TestCase
} }
/** /**
* @testdox The datatype correctly multiplies and devides the money with numerics * @testdox The datatype correctly multiplies and divides the money with numerics
*/ */
public function testMoneyMultDiv() : void public function testMoneyMultDiv() : void
{ {
@ -146,7 +146,7 @@ class MoneyTest extends \PHPUnit\Framework\TestCase
} }
/** /**
* @testdox The datatype correctly handles the power opperator * @testdox The datatype correctly handles the power operator
*/ */
public function testMoneyPower() : void public function testMoneyPower() : void
{ {