diff options
author | chriseth <chris@ethereum.org> | 2017-04-18 20:55:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-18 20:55:36 +0800 |
commit | 937397ed9c9f65007fd5c7f4da2e360e74463a5e (patch) | |
tree | 8884b59d8ecfbf9ec512ebd8140afc1e929b9f00 | |
parent | 1927148604fb80cd0599d42698af7f9efb009d74 (diff) | |
parent | 66165ff753c0300c7333c77e708788db327d7d8b (diff) | |
download | dexon-solidity-937397ed9c9f65007fd5c7f4da2e360e74463a5e.tar dexon-solidity-937397ed9c9f65007fd5c7f4da2e360e74463a5e.tar.gz dexon-solidity-937397ed9c9f65007fd5c7f4da2e360e74463a5e.tar.bz2 dexon-solidity-937397ed9c9f65007fd5c7f4da2e360e74463a5e.tar.lz dexon-solidity-937397ed9c9f65007fd5c7f4da2e360e74463a5e.tar.xz dexon-solidity-937397ed9c9f65007fd5c7f4da2e360e74463a5e.tar.zst dexon-solidity-937397ed9c9f65007fd5c7f4da2e360e74463a5e.zip |
Merge pull request #2122 from nrchandan/patch-1
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 |