hapihu opened a new pull request #16866:
URL: https://github.com/apache/flink/pull/16866


   
https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/datastream/execution/execution_configuration/
   
   docs/dev/datastream/execution/execution_configuration.md 
   
   
   The English statement in line 82 is not correct.
   ```txt
   //line 82
   Note that types registered with `registerKryoType()` are not available to 
Flink's Kryo serializer instance.
   It should be modified as follows:
   ```
   It should be modified as follows
   
   ```txt
   Note that types registered with `registerKryoType()` are not available to 
Flink's POJO serializer instance.
   ```
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to