Skip to content

Commit

Permalink
[hotfix][typo]Fix typo in task_lifecycle docs
Browse files Browse the repository at this point in the history
This closes apache#12068
  • Loading branch information
gk0916 authored and StephanEwen committed May 14, 2020
1 parent f05faee commit b3cdd23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/internals/task_lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ specific language governing permissions and limitations
under the License.
-->

A task in Flink is the basic unit of execution. It is the place where each parallel instance of an operator is executed
A task in Flink is the basic unit of execution. It is the place where each parallel instance of an operator is executed.
As an example, an operator with a parallelism of *5* will have each of its instances executed by a separate task.

The `StreamTask` is the base for all different task sub-types in Flink's streaming engine. This document goes through
Expand Down
2 changes: 1 addition & 1 deletion docs/internals/task_lifecycle.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ specific language governing permissions and limitations
under the License.
-->

A task in Flink is the basic unit of execution. It is the place where each parallel instance of an operator is executed
A task in Flink is the basic unit of execution. It is the place where each parallel instance of an operator is executed.
As an example, an operator with a parallelism of *5* will have each of its instances executed by a separate task.

The `StreamTask` is the base for all different task sub-types in Flink's streaming engine. This document goes through
Expand Down

0 comments on commit b3cdd23

Please sign in to comment.