mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-25 23:58:39 +00:00
Spelling fix
This commit is contained in:
parent
0245fcf317
commit
f73d7f0d39
|
|
@ -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
|
||||
{
|
||||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user