From b37760214c490df6dd8aa69ef4fac1b78ae32c5e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 12 May 2020 15:40:30 +0200 Subject: [PATCH] [Workflow] Minor tweak in some method names --- workflow.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow.rst b/workflow.rst index 82afcba8cb5..621516a1eb9 100644 --- a/workflow.rst +++ b/workflow.rst @@ -336,8 +336,8 @@ Guard Events ~~~~~~~~~~~~ There are a special kind of events called "Guard events". Their event listeners -are invoked every time a call to ``Workflow::can``, ``Workflow::apply`` or -``Workflow::getEnabledTransitions`` is executed. With the guard events you may +are invoked every time a call to ``Workflow::can()``, ``Workflow::apply()`` or +``Workflow::getEnabledTransitions()`` is executed. With the guard events you may add custom logic to decide which transitions should be blocked or not. Here is a list of the guard event names.