We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fc8c8 commit 9784fc1Copy full SHA for 9784fc1
core/src/main/scala/spark/RDD.scala
@@ -365,7 +365,7 @@ abstract class RDD[T: ClassManifest](
365
new MapPartitionsWithIndexRDD(this, sc.clean(f), preservesPartitioning)
366
367
/**
368
- * 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
369
* additional parameter is produced by constructorOfA, which is called in each
370
* partition with the index of that partition.
371
*/
0 commit comments