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

    https://github.com/apache/flink/pull/818#discussion_r32374703
  
    --- Diff: docs/libs/gelly_guide.md ---
    @@ -240,6 +240,7 @@ Graph<Long, Double, Double> networkWithWeights = 
network.joinWithEdgesOnSource(v
         <img alt="Union Transformation" width="50%" src="fig/gelly-union.png"/>
     </p>
     
    +* <strong>Difference</strong>: Gelly's `difference()` method performs a 
difference on the vertex and edge sets of the input graphs. The resultant graph 
is formed by removing the vertices and edges from the graph that are common 
with the second graph.
    --- End diff --
    
    we can rephrase this a bit.. there is one input graph and no "second" 
graph... I guess you copied from the union description above (which should also 
be changed).


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to