Github user greghogan commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2519#discussion_r79655043
  
    --- Diff: docs/quickstart/run_example_quickstart.md ---
    @@ -125,21 +125,21 @@ public class WikipediaAnalysis {
     }
     {% endhighlight %}
     
    -I admit it's very bare bones now but we will fill it as we go. Note, that 
I'll not give
    +I admit it's very bare bones now but we will fill it as we go. Note that 
I'll not give
     import statements here since IDEs can add them automatically. At the end 
of this section I'll show
     the complete code with import statements if you simply want to skip ahead 
and enter that in your
     editor.
     
     The first step in a Flink program is to create a 
`StreamExecutionEnvironment`
     (or `ExecutionEnvironment` if you are writing a batch job). This can be 
used to set execution
    -parameters and create sources for reading from external systems. So let's 
go ahead, add
    +parameters and create sources for reading from external systems. So let's 
go ahead, and add
    --- End diff --
    
    Remove the comma? "go ahead and add"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to