From b8d75340af3cc19f141361495f08d578a60a0c69 Mon Sep 17 00:00:00 2001 From: Weiyang Zhu Date: Thu, 21 Jul 2016 14:10:53 +0800 Subject: Missing '_' in modifier 'timedTransitions' --- docs/common-patterns.rst | 1 + 1 file changed, 1 insertion(+) 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! -- cgit v1.2.3