You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2017/07/28 15:51:22 UTC

spark git commit: Typo in comment

Repository: spark
Updated Branches:
  refs/heads/master 69ab0e4bd -> 0ef9fe64e


Typo in comment

-

Author: Johan Grande <na...@crans.org>

Closes #18738 from nahoj/patch-1.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0ef9fe64
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0ef9fe64
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0ef9fe64

Branch: refs/heads/master
Commit: 0ef9fe64e2d59bdf98c0f4729e5017d258f7c07d
Parents: 69ab0e4
Author: Johan Grande <na...@crans.org>
Authored: Fri Jul 28 16:51:18 2017 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Fri Jul 28 16:51:18 2017 +0100

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/rdd/RDD.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/0ef9fe64/core/src/main/scala/org/apache/spark/rdd/RDD.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/rdd/RDD.scala b/core/src/main/scala/org/apache/spark/rdd/RDD.scala
index 2985c90..5435f59 100644
--- a/core/src/main/scala/org/apache/spark/rdd/RDD.scala
+++ b/core/src/main/scala/org/apache/spark/rdd/RDD.scala
@@ -55,7 +55,7 @@ import org.apache.spark.util.random.{BernoulliCellSampler, BernoulliSampler, Poi
  * Doubles; and
  * [[org.apache.spark.rdd.SequenceFileRDDFunctions]] contains operations available on RDDs that
  * can be saved as SequenceFiles.
- * All operations are automatically available on any RDD of the right type (e.g. RDD[(Int, Int)]
+ * All operations are automatically available on any RDD of the right type (e.g. RDD[(Int, Int)])
  * through implicit.
  *
  * Internally, each RDD is characterized by five main properties:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org