diff --git a/docs/source/limitbalance.rst b/docs/source/limitbalance.rst index ba50cefa9..f30d119f4 100644 --- a/docs/source/limitbalance.rst +++ b/docs/source/limitbalance.rst @@ -5,8 +5,8 @@ Base contract that provides mechanism for limiting the amount of funds a contrac LimitBalance(unit _limit) """""""""""""""""""""""""""" -Constructor takes an unisgned integer and sets it as the limit of funds this contract can hold. +Constructor takes an unsigned integer and sets it as the limit of funds this contract can hold. modifier limitedPayable() """""""""""""""""""""""""""" -Throws an error if this contract's balance is already above the limit. \ No newline at end of file +Throws an error if this contract's balance is already above the limit.