Commit e5da857d by Ariel Barmat

Fix typos in SafeMath doc

parent de0e6ba2
...@@ -11,7 +11,7 @@ Throws an error if the passed result is false. Used in this contract by checking ...@@ -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) 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) sub(uint256 a, uint256 b) internal returns (uint256)
""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment