Browse Source

Fix typos in SafeMath doc

Ariel Barmat 8 years ago
parent
commit
e5da857d4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/safemath.rst

+ 1 - 1
docs/source/safemath.rst

@@ -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)
 """""""""""""""""""""""""""""""""""""""""""""""""