You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "davidradl (via GitHub)" <gi...@apache.org> on 2023/09/26 15:58:33 UTC

[GitHub] [flink] davidradl commented on a diff in pull request #23432: Update with.md defintion spell error ,fix with definition

davidradl commented on code in PR #23432:
URL: https://github.com/apache/flink/pull/23432#discussion_r1337448118


##########
docs/content.zh/docs/connectors/datastream/filesystem.md:
##########
@@ -105,7 +105,7 @@ final FileSource<String> source =
 {{< tab "Python" >}}
 ```python
 source = FileSource.for_record_stream_format(...) \
-    .monitor_continously(Duration.of_millis(5)) \

Review Comment:
   this is done in https://github.com/apache/flink/pull/23434



##########
docs/content/docs/dev/table/sql/queries/with.md:
##########
@@ -33,7 +33,7 @@ The syntax of `WITH` statement is:
 WITH <with_item_definition> [ , ... ]
 SELECT ... FROM ...;
 
-<with_item_defintion>:
+<with_item_definition>:

Review Comment:
   It would make sense to do the chinese version as well - unless there is another pr doing that.



-- 
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-unsubscribe@flink.apache.org

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