wuguihu created FLINK-23841:
-------------------------------
Summary: [doc]Modify incorrect English statements for page
'execution_configuration'
Key: FLINK-23841
URL: https://issues.apache.org/jira/browse/FLINK-23841
Project: Flink
Issue Type: Bug
Components: Documentation
Reporter: wuguihu
[https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/datastream/execution/execution_configuration/]
The English statement in line 82 is not correct.
{code:java}
//line 82
Note that types registered with `registerKryoType()` are not available to
Flink's Kryo serializer instance.
{code}
It should be modified as follows:
{code:java}
Note that types registered with `registerKryoType()` are not available to
Flink's POJO serializer instance.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)