aboutsummaryrefslogtreecommitdiffstats
path: root/docs/solidity-by-example.rst
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-05-26 19:16:14 +0800
committerGitHub <noreply@github.com>2017-05-26 19:16:14 +0800
commit2f3aaa46e9ba148d0349e392c64f554aa5307578 (patch)
tree2c657e42341f4b0056a47d6adfd7b12e85185f2a /docs/solidity-by-example.rst
parent68e1e464be4f242a9bd4e1c27d0596a3c2dcd71a (diff)
parent2e46383b29850eddf11bf8c59f3b65d1f633ec28 (diff)
downloaddexon-solidity-2f3aaa46e9ba148d0349e392c64f554aa5307578.tar.gz
dexon-solidity-2f3aaa46e9ba148d0349e392c64f554aa5307578.tar.zst
dexon-solidity-2f3aaa46e9ba148d0349e392c64f554aa5307578.zip
Merge pull request #2315 from pjstadig/patch-1
Fix typo
Diffstat (limited to 'docs/solidity-by-example.rst')
-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 fa078468..993e2c18 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.