aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache/spark/util/random/RandomSamplerSuite.scala
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/scala/org/apache/spark/util/random/RandomSamplerSuite.scala')
-rw-r--r--core/src/test/scala/org/apache/spark/util/random/RandomSamplerSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/test/scala/org/apache/spark/util/random/RandomSamplerSuite.scala b/core/src/test/scala/org/apache/spark/util/random/RandomSamplerSuite.scala
index 2f1e6a39f4..d6af0aebde 100644
--- a/core/src/test/scala/org/apache/spark/util/random/RandomSamplerSuite.scala
+++ b/core/src/test/scala/org/apache/spark/util/random/RandomSamplerSuite.scala
@@ -78,7 +78,7 @@ class RandomSamplerSuite extends SparkFunSuite with Matchers {
}
// Returns iterator over gap lengths between samples.
- // This function assumes input data is integers sampled from the sequence of
+ // This function assumes input data is integers sampled from the sequence of
// increasing integers: {0, 1, 2, ...}. This works because that is how I generate them,
// and the samplers preserve their input order
def gaps(data: Iterator[Int]): Iterator[Int] = {