Sfoglia il codice sorgente

Merge pull request #388 from duckranger/patch-1

Update limitbalance.rst
Francisco Giordano 8 anni fa
parent
commit
3d5c759d62
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      docs/source/limitbalance.rst

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