Skip to content

Commit acac494

Browse files
committed
minor #13660 [Workflow] Minor tweak in some method names (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- [Workflow] Minor tweak in some method names Commits ------- b377602 [Workflow] Minor tweak in some method names
2 parents 3b50667 + b377602 commit acac494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ Guard Events
336336
~~~~~~~~~~~~
337337

338338
There are a special kind of events called "Guard events". Their event listeners
339-
are invoked every time a call to ``Workflow::can``, ``Workflow::apply`` or
340-
``Workflow::getEnabledTransitions`` is executed. With the guard events you may
339+
are invoked every time a call to ``Workflow::can()``, ``Workflow::apply()`` or
340+
``Workflow::getEnabledTransitions()`` is executed. With the guard events you may
341341
add custom logic to decide which transitions should be blocked or not. Here is a
342342
list of the guard event names.
343343

0 commit comments

Comments
 (0)