Skip to content

Commit 9784fc1

Browse files
committed
fix wayward comma in doc comment
1 parent 80fc8c8 commit 9784fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/spark/RDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ abstract class RDD[T: ClassManifest](
365365
new MapPartitionsWithIndexRDD(this, sc.clean(f), preservesPartitioning)
366366

367367
/**
368-
* Maps f over this RDD where, f takes an additional parameter of type A. This
368+
* Maps f over this RDD, where f takes an additional parameter of type A. This
369369
* additional parameter is produced by constructorOfA, which is called in each
370370
* partition with the index of that partition.
371371
*/

0 commit comments

Comments
 (0)