Skip to content

Commit ea7bca7

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/reference/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The graph view now has an option to group tasks by cycle point.
136136
Completion Expressions
137137
^^^^^^^^^^^^^^^^^^^^^^
138138

139-
When a task finishes, its outputs are validated against a "completion
139+
When a task achieves a final status, its outputs are validated against a "completion
140140
expression" to ensure that it has produced all of its
141141
:term:`required outputs <required output>`.
142142
If a task fails this validation check it is said to have "incomplete outputs"
@@ -152,7 +152,7 @@ expression for finer control. This is particularly useful for anyone using
152152
:term:`custom outputs <custom output>`.
153153

154154
For example, ``mytask`` must produce one of the outputs ``x`` or ``y`` to pass
155-
the configured completion expression configured here:
155+
the completion expression configured here:
156156

157157
.. code-block:: cylc
158158

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@ Custom Outputs
18981898
^^^^^^^^^^^^^^
18991899

19001900
Branching is particularly powerful when using
1901-
:term:`custom outputs <custom output>` to define multiple parallel paths in the
1901+
:term:`custom outputs <custom output>` to define alternate parallel paths in the
19021902
graph.
19031903

19041904
In the following graph there is a task called ``showdown`` which produces one
@@ -1990,7 +1990,7 @@ Completion Expressions
19901990
The :cylc:conf:`completion` configuration above is optional, it adds a basic
19911991
validation check which ensures that at least one of the three custom outputs is
19921992
produced when the task runs. This protects you against the possibility that
1993-
none of the outputs are produced e.g. due to a task design error.
1993+
none of the outputs are produced e.g. due to a task implementation error.
19941994

19951995
If the task does not produce at least one of these three outputs, then it will
19961996
be marked as having incomplete outputs and will be retained in a similar manner

0 commit comments

Comments
 (0)