浏览代码

Merge pull request #389 from duckranger/patch-2

Update pullpayment.rst
Francisco Giordano 8 年之前
父节点
当前提交
2e0440e549
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/source/pullpayment.rst

+ 1 - 1
docs/source/pullpayment.rst

@@ -9,4 +9,4 @@ Adds sent amount to available balance that payee can pull from this contract, ca
 
 
 withdrawPayments( )
 withdrawPayments( )
 """""""""""""""""""""""""""""""""""""""""""""""
 """""""""""""""""""""""""""""""""""""""""""""""
-Sends designated balance to payee calling the contract. Throws error if designated balance is 0, if contract does not hold enough funds ot pay the payee, or if the send transaction is not successful.
+Sends designated balance to payee calling the contract. Throws error if designated balance is 0, if contract does not hold enough funds to pay the payee, or if the send transaction is not successful.