NicoK commented on a change in pull request #11033: [hotfix][docs] Fix some
typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#discussion_r376382363
##########
File path: docs/dev/libs/state_processor_api.zh.md
##########
@@ -345,7 +345,7 @@ class ReaderFunction extends
KeyedStateReaderFunction[Integer, KeyedState] {
override def processKey(
key: Int,
ctx: Context,
- out: Collector[Keyedstate]): Unit {
+ out: Collector[Keyedstate]): Unit ={
Review comment:
```suggestion
out: Collector[Keyedstate]): Unit = {
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services