Commit 05609de0 by Nimo Naamani Committed by GitHub

Update limitbalance.rst

Fixed typo
parent 02fb43ff
...@@ -5,8 +5,8 @@ Base contract that provides mechanism for limiting the amount of funds a contrac ...@@ -5,8 +5,8 @@ Base contract that provides mechanism for limiting the amount of funds a contrac
LimitBalance(unit _limit) 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() 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.
\ No newline at end of file
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