Skip to content

Commit 4838dad

Browse files
Apply suggestions from code review
Co-authored-by: Hilary James Oliver <[email protected]>
1 parent 4ad1088 commit 4838dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/user-guide/writing-workflows/scheduling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@ However, there is a problem with this.
19651965
will be left with one satisfied and one unsatisfied dependency. This will
19661966
cause the workflow to :term:`stall`.
19671967

1968-
To prevent the workflow from stalling in the third case, it is necessay to use
1968+
To prevent the workflow from stalling in the third case, it is necessary to use
19691969
:term:`suicide triggers <suicide trigger>` to remove the task
19701970
``run_if_both_fail``.
19711971

@@ -1979,7 +1979,7 @@ To prevent the workflow from stalling in the third case, it is necessay to use
19791979
one:succeeded? | two:succeeded? => !run_if_both_fail
19801980
19811981
Here's an example workflow showing how to trigger tasks with each possible
1982-
combination of success/failre for the two tasks:
1982+
combination of success/failure for the two tasks:
19831983

19841984
.. code-block:: cylc
19851985

0 commit comments

Comments
 (0)