Update limitbalance.rst

Fixed typo
This commit is contained in:
Nimo Naamani
2017-08-20 21:58:27 +12:00
committed by GitHub
parent 02fb43ff52
commit 05609de044

View File

@ -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.
Throws an error if this contract's balance is already above the limit.