Skip to content

Commit

Permalink
Merge pull request apache#535 from sslavic/patch-2. Closes apache#535.
Browse files Browse the repository at this point in the history
Fixed typo in scaladoc

Author: Stevo Slavić <[email protected]>

== Merge branch commits ==

commit 0a77f789e281930f4168543cc0d3b3ffbf5b3764
Author: Stevo Slavić <[email protected]>
Date:   Tue Feb 4 15:30:27 2014 +0100

    Fixed typo in scaladoc
  • Loading branch information
sslavic authored and rxin committed Feb 4, 2014
1 parent 23af00f commit 0c05cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/Partitioner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Partitioner {
* spark.default.parallelism is set, then we'll use the value from SparkContext
* defaultParallelism, otherwise we'll use the max number of upstream partitions.
*
* Unless spark.default.parallelism is set, He number of partitions will be the
* Unless spark.default.parallelism is set, the number of partitions will be the
* same as the number of partitions in the largest upstream RDD, as this should
* be least likely to cause out-of-memory errors.
*
Expand Down

0 comments on commit 0c05cd3

Please sign in to comment.