aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandan Kumar <chandan.gupta@gmail.com>2017-04-14 11:57:14 +0800
committerGitHub <noreply@github.com>2017-04-14 11:57:14 +0800
commit66165ff753c0300c7333c77e708788db327d7d8b (patch)
tree67cc989bef501f5c6df485e13c34997633ebad1a
parent138c952a1ad9a508c3e577d26ab8c514ef911a81 (diff)
downloaddexon-solidity-66165ff753c0300c7333c77e708788db327d7d8b.tar.gz
dexon-solidity-66165ff753c0300c7333c77e708788db327d7d8b.tar.zst
dexon-solidity-66165ff753c0300c7333c77e708788db327d7d8b.zip
Update 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 5fa84242..de2da690 100644
--- a/docs/common-patterns.rst
+++ b/docs/common-patterns.rst
@@ -232,7 +232,7 @@ reached at a certain point in **time**.
An example for this is a blind auction contract which
starts in the stage "accepting blinded bids", then
transitions to "revealing bids" which is ended by
-"determine auction autcome".
+"determine auction outcome".
.. index:: function;modifier