Skip to content

Commit 0ef9fe6

Browse files
nahojsrowen
authored andcommitted
Typo in comment
- Author: Johan Grande <[email protected]> Closes #18738 from nahoj/patch-1.
1 parent 69ab0e4 commit 0ef9fe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/src/main/scala/org/apache/spark/rdd

core/src/main/scala/org/apache/spark/rdd/RDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import org.apache.spark.util.random.{BernoulliCellSampler, BernoulliSampler, Poi
5555
* Doubles; and
5656
* [[org.apache.spark.rdd.SequenceFileRDDFunctions]] contains operations available on RDDs that
5757
* can be saved as SequenceFiles.
58-
* All operations are automatically available on any RDD of the right type (e.g. RDD[(Int, Int)]
58+
* All operations are automatically available on any RDD of the right type (e.g. RDD[(Int, Int)])
5959
* through implicit.
6060
*
6161
* Internally, each RDD is characterized by five main properties:

0 commit comments

Comments
 (0)