aboutsummaryrefslogtreecommitdiffstats
path: root/docs/common-patterns.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-03-16 20:22:10 +0800
committerGitHub <noreply@github.com>2017-03-16 20:22:10 +0800
commite34a9600f27f7b48fb2473db6bc45377190301b0 (patch)
tree9c35db82330f00dfa36a045a2e4c7f4ebec1df36 /docs/common-patterns.rst
parent6ecfcbb686516690e02e26ef248c842e1de81528 (diff)
parentb053b6164e3104413cd0d4ce301f56a0914757cc (diff)
downloaddexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar
dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar.gz
dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar.bz2
dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar.lz
dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar.xz
dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.tar.zst
dexon-solidity-e34a9600f27f7b48fb2473db6bc45377190301b0.zip
Merge pull request #1791 from ethereum/docs-fixes
Mostly typo fixes in the documentation
Diffstat (limited to 'docs/common-patterns.rst')
-rw-r--r--docs/common-patterns.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst
index a2d7ce71..5fa84242 100644
--- a/docs/common-patterns.rst
+++ b/docs/common-patterns.rst
@@ -23,7 +23,7 @@ contract in order to become the "richest", inspired by
`King of the Ether <https://www.kingoftheether.com/>`_.
In the following contract, if you are usurped as the richest,
-you will recieve the funds of the person who has gone on to
+you will receive the funds of the person who has gone on to
become the new richest.
::