GJL closed pull request #7383: [FLINK-11233] Small typo in documentation - Jobs in Flink correspond "do" dataflow graphs. URL: https://github.com/apache/flink/pull/7383
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/flink-core/src/main/java/org/apache/flink/api/common/JobID.java b/flink-core/src/main/java/org/apache/flink/api/common/JobID.java index 01abd766b89..016e2320dc8 100644 --- a/flink-core/src/main/java/org/apache/flink/api/common/JobID.java +++ b/flink-core/src/main/java/org/apache/flink/api/common/JobID.java @@ -26,7 +26,7 @@ /** * Unique (at least statistically unique) identifier for a Flink Job. Jobs in Flink correspond - * do dataflow graphs. + * to dataflow graphs. * * <p>Jobs act simultaneously as <i>sessions</i>, because jobs can be created and submitted * incrementally in different parts. Newer fragments of a graph can be attached to existing ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
