aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Stadig <paul@stadig.name>2017-05-26 05:17:47 +0800
committerGitHub <noreply@github.com>2017-05-26 05:17:47 +0800
commit2e46383b29850eddf11bf8c59f3b65d1f633ec28 (patch)
tree6471c799b79f32e2e3d0608578f43ec6201e6ed2 /docs
parentaf2d2499c1ccd431f5ac9455c2cbb63d3891f9b0 (diff)
downloaddexon-solidity-2e46383b29850eddf11bf8c59f3b65d1f633ec28.tar
dexon-solidity-2e46383b29850eddf11bf8c59f3b65d1f633ec28.tar.gz
dexon-solidity-2e46383b29850eddf11bf8c59f3b65d1f633ec28.tar.bz2
dexon-solidity-2e46383b29850eddf11bf8c59f3b65d1f633ec28.tar.lz
dexon-solidity-2e46383b29850eddf11bf8c59f3b65d1f633ec28.tar.xz
dexon-solidity-2e46383b29850eddf11bf8c59f3b65d1f633ec28.tar.zst
dexon-solidity-2e46383b29850eddf11bf8c59f3b65d1f633ec28.zip
Fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/solidity-by-example.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/solidity-by-example.rst b/docs/solidity-by-example.rst
index ab3f375e..0f60a0e7 100644
--- a/docs/solidity-by-example.rst
+++ b/docs/solidity-by-example.rst
@@ -316,7 +316,7 @@ activate themselves.
// 3. interacting with other contracts
// If these phases are mixed up, the other contract could call
// back into the current contract and modify the state or cause
- // effects (ether payout) to be perfromed multiple times.
+ // effects (ether payout) to be performed multiple times.
// If functions called internally include interaction with external
// contracts, they also have to be considered interaction with
// external contracts.