diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst index 9096571e6..422e27584 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!