From a0d0776bbc2c8b9e0d9dc2a275e2ff30587810ff Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 17 May 2017 11:20:46 +0200 Subject: Fix typo. Fixes #2273 --- docs/solidity-by-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/solidity-by-example.rst b/docs/solidity-by-example.rst index 4ed474df..ab3f375e 100644 --- a/docs/solidity-by-example.rst +++ b/docs/solidity-by-example.rst @@ -612,7 +612,7 @@ Safe Remote Purchase // block the refund - the withdraw pattern should be used. buyer.transfer(value); - seller.transfer(this.balance)); + seller.transfer(this.balance); } } -- cgit v1.2.3