diff options
author | Chandan Kumar <chandan.gupta@gmail.com> | 2017-04-14 11:57:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-14 11:57:14 +0800 |
commit | 66165ff753c0300c7333c77e708788db327d7d8b (patch) | |
tree | 67cc989bef501f5c6df485e13c34997633ebad1a | |
parent | 138c952a1ad9a508c3e577d26ab8c514ef911a81 (diff) | |
download | dexon-solidity-66165ff753c0300c7333c77e708788db327d7d8b.tar.gz dexon-solidity-66165ff753c0300c7333c77e708788db327d7d8b.tar.zst dexon-solidity-66165ff753c0300c7333c77e708788db327d7d8b.zip |
Update common-patterns.rst
-rw-r--r-- | docs/common-patterns.rst | 2 |
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 |