Skip to content

Commit

Permalink
fix wayward comma in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
markhamstra committed Mar 16, 2013
1 parent 80fc8c8 commit 9784fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/spark/RDD.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 9784fc1

Please sign in to comment.