From 9784fc1fcd88dc11dda6cf5a6e44e49c49f1143a Mon Sep 17 00:00:00 2001 From: Mark Hamstra <markhamstra@gmail.com> Date: Sat, 16 Mar 2013 15:25:02 -0700 Subject: [PATCH] fix wayward comma in doc comment --- core/src/main/scala/spark/RDD.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/spark/RDD.scala b/core/src/main/scala/spark/RDD.scala index 96d5c0b80c..dd54c6a123 100644 --- a/core/src/main/scala/spark/RDD.scala +++ b/core/src/main/scala/spark/RDD.scala @@ -365,7 +365,7 @@ abstract class RDD[T: ClassManifest]( new MapPartitionsWithIndexRDD(this, sc.clean(f), preservesPartitioning) /** - * Maps f over this RDD where, f takes an additional parameter of type A. This + * Maps f over this RDD, where f takes an additional parameter of type A. This * additional parameter is produced by constructorOfA, which is called in each * partition with the index of that partition. */ -- GitLab