summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/SortedSetLike.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/collection/SortedSetLike.scala')
-rw-r--r--src/library/scala/collection/SortedSetLike.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/SortedSetLike.scala b/src/library/scala/collection/SortedSetLike.scala
index eb2ac38c59..c38ea1f3ce 100644
--- a/src/library/scala/collection/SortedSetLike.scala
+++ b/src/library/scala/collection/SortedSetLike.scala
@@ -47,7 +47,7 @@ self =>
* greater than or equal to `start` according to the ordering of
* this collection. x.iteratorFrom(y) is equivalent to but will usually
* be more efficient than x.from(y).iterator
- *
+ *
* @param start The lower-bound (inclusive) of the iterator
*/
def iteratorFrom(start: A): Iterator[A] = keysIteratorFrom(start)