Fix typos in SafeMath doc

This commit is contained in:
Ariel Barmat
2017-07-28 20:53:55 +02:00
parent de0e6ba222
commit e5da857d4f

View File

@ -11,7 +11,7 @@ Throws an error if the passed result is false. Used in this contract by checking
mul(uint256 a, uint256 b) internal returns (uint256)
"""""""""""""""""""""""""""""""""""""""""""""""""
Multiplies two unisgned integers. Asserts that dividing the product by the non-zero multiplicand results in the multiplier.
Multiplies two unsigned integers. Asserts that dividing the product by the non-zero multiplicand results in the multiplier.
sub(uint256 a, uint256 b) internal returns (uint256)
"""""""""""""""""""""""""""""""""""""""""""""""""