Skip to content
Snippets Groups Projects
Commit 9784fc1f authored by Mark Hamstra's avatar Mark Hamstra
Browse files

fix wayward comma in doc comment

parent 80fc8c82
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment