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


##########
docs/content/docs/dev/datastream/operators/overview.md:
##########
@@ -676,16 +676,16 @@ some_stream.filter(...).slot_sharing_group("name")
 {{< /tabs>}}
 
 ## Name And Description
-Operators and job vertices in flink have a name and a description. 
-Both name and description are introduction about what an operator or a job 
vertex is doing, but they are used differently.
+Operators and job vertices in Flink have a name and a description.
+While the name and description both explain what an operator or a job vertex 
is doing, they are used differently.
 
-The name of operator and job vertex will be used in web ui, thread name, 
logging, metrics, etc.
-The name of a job vertex is constructed based on the name of operators in it.
+Operator and job vertex names are used in the web UI, thread name, logging, 
metrics, etc.
+The name of a job vertex is constructed using the names of operators it 
contains.

Review Comment:
   nit: "operators" -> "the operators"



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to