spmallette closed pull request #963: tiny typo, change plural to singular in 
MapReduce explanation
URL: https://github.com/apache/tinkerpop/pull/963
 
 
   

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/docs/src/reference/intro.asciidoc 
b/docs/src/reference/intro.asciidoc
index fde0fb60fc..e8f54a75fd 100644
--- a/docs/src/reference/intro.asciidoc
+++ b/docs/src/reference/intro.asciidoc
@@ -70,7 +70,7 @@ tutorial.
  *** `GraphTraversal`: a traversal DSL that is oriented towards the semantics 
of the raw graph (i.e. vertices, edges, etc.).
  * `GraphComputer`: a system that processes the graph in parallel and 
potentially, distributed over a multi-machine cluster.
  ** `VertexProgram`: code executed at all vertices in a logically parallel 
manner with intercommunication via message passing.
- ** `MapReduce`: a computations that analyzes all vertices in the graph in 
parallel and yields a single reduced result.
+ ** `MapReduce`: a computation that analyzes all vertices in the graph in 
parallel and yields a single reduced result.
 
 IMPORTANT: TinkerPop is licensed under the popular 
link:http://www.apache.org/licenses/LICENSE-2.0.html[Apache2]
 free software license. However, note that the underlying graph engine used 
with TinkerPop may have a different


 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to