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_r376382434
 
 

 ##########
 File path: docs/dev/libs/state_processor_api.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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to