summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic/Sorted.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/collection/generic/Sorted.scala')
-rw-r--r--src/library/scala/collection/generic/Sorted.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/generic/Sorted.scala b/src/library/scala/collection/generic/Sorted.scala
index a0b0e1318b..b2e63daaba 100644
--- a/src/library/scala/collection/generic/Sorted.scala
+++ b/src/library/scala/collection/generic/Sorted.scala
@@ -36,7 +36,7 @@ trait Sorted[K, +This <: Sorted[K, This]] {
/** Creates a ranged projection of this collection. Any mutations in the
* ranged projection will update this collection and vice versa.
*
- * Note: keys are not garuanteed to be consistent between this collection
+ * Note: keys are not guaranteed to be consistent between this collection
* and the projection. This is the case for buffers where indexing is
* relative to the projection.
*