diff options
author | Weiyang Zhu <cnresonant@gmail.com> | 2016-07-21 14:10:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 14:10:53 +0800 |
commit | b8d75340af3cc19f141361495f08d578a60a0c69 (patch) | |
tree | a2441b018f4104e111eb537b1972ac1f2638aa91 /docs | |
parent | 077c8ad83d8efa3e5fbd334ab0d0135e1f4e5e3e (diff) | |
download | dexon-solidity-b8d75340af3cc19f141361495f08d578a60a0c69.tar dexon-solidity-b8d75340af3cc19f141361495f08d578a60a0c69.tar.gz dexon-solidity-b8d75340af3cc19f141361495f08d578a60a0c69.tar.bz2 dexon-solidity-b8d75340af3cc19f141361495f08d578a60a0c69.tar.lz dexon-solidity-b8d75340af3cc19f141361495f08d578a60a0c69.tar.xz dexon-solidity-b8d75340af3cc19f141361495f08d578a60a0c69.tar.zst dexon-solidity-b8d75340af3cc19f141361495f08d578a60a0c69.zip |
Missing '_' in modifier 'timedTransitions'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/common-patterns.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst index 9096571e..422e2758 100644 --- a/docs/common-patterns.rst +++ b/docs/common-patterns.rst @@ -201,6 +201,7 @@ function finishes. now >= creationTime + 12 days) nextStage(); // The other stages transition by transaction + _ } // Order of the modifiers matters here! |