Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jegonzal committed Oct 30, 2014
1 parent 7991f4b commit e1d8033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphx/src/main/scala/org/apache/spark/graphx/Pregel.scala
Expand Up @@ -45,7 +45,7 @@ sealed case class PregelVertex[@specialized T]
* vertex properties in terms of the properties of neighboring vertices. These
* recursive properties are then computed through iterative fixed-point
* computations. For example, the PageRank of a web-page can be defined as a
* weighted some of the PageRank of web-pages that link to that page and is
* weighted sum of the PageRank of web-pages that link to that page and is
* computed by iteratively updating the PageRank of each page until a
* fixed-point is reached (the PageRank values stop changing).
*
Expand Down

0 comments on commit e1d8033

Please sign in to comment.