[ https://issues.apache.org/jira/browse/FLINK-9508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500045#comment-16500045 ]
ASF GitHub Bot commented on FLINK-9508: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6112#discussion_r192699981 --- Diff: docs/dev/execution_configuration.md --- @@ -45,41 +45,41 @@ The following configuration options are available: (the default is bold) - **`enableClosureCleaner()`** / `disableClosureCleaner()`. The closure cleaner is enabled by default. The closure cleaner removes unneeded references to the surrounding class of anonymous functions inside Flink programs. With the closure cleaner disabled, it might happen that an anonymous user function is referencing the surrounding class, which is usually not Serializable. This will lead to exceptions by the serializer. -- `getParallelism()` / `setParallelism(int parallelism)` Set the default parallelism for the job. +- `getParallelism()` / `setParallelism(int parallelism)`. Set the default parallelism for the job. --- End diff -- I would remove them. > General Spell Check on Flink Docs > --------------------------------- > > Key: FLINK-9508 > URL: https://issues.apache.org/jira/browse/FLINK-9508 > Project: Flink > Issue Type: Improvement > Components: Documentation > Affects Versions: 1.5.0, 1.4.1, 1.4.2 > Reporter: Yazdan Shirvany > Assignee: Yazdan Shirvany > Priority: Trivial > > Fixing Flink docs misspelling -- This message was sent by Atlassian JIRA (v7.6.3#76005)