diff options
Diffstat (limited to 'docs/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 f4794221..842b7c37 100644 --- a/docs/common-patterns.rst +++ b/docs/common-patterns.rst @@ -203,7 +203,7 @@ function finishes. nextStage(); // The other stages transition by transaction } - + // Order of the modifiers matters here! function bid() timedTransitions |