From e5da857d4f9820a9705fb0d67bfc3602e767aa25 Mon Sep 17 00:00:00 2001 From: Ariel Barmat Date: Fri, 28 Jul 2017 20:53:55 +0200 Subject: [PATCH] Fix typos in SafeMath doc --- docs/source/safemath.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/safemath.rst b/docs/source/safemath.rst index 892c45a77..d269c9030 100644 --- a/docs/source/safemath.rst +++ b/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) """""""""""""""""""""""""""""""""""""""""""""""""