summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/SetLike.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-04-30 20:00:39 +0000
committerPaul Phillips <paulp@improving.org>2011-04-30 20:00:39 +0000
commitacc5311c157358c99420ba5a8be4231ffae9fc8e (patch)
treec99d20bb582b9474bc7520a6afca7fb2f7cb6296 /src/library/scala/collection/mutable/SetLike.scala
parent95ae7765e85fb7942ce8724170e72fa8c3076aa0 (diff)
downloadscala-acc5311c157358c99420ba5a8be4231ffae9fc8e.tar.gz
scala-acc5311c157358c99420ba5a8be4231ffae9fc8e.tar.bz2
scala-acc5311c157358c99420ba5a8be4231ffae9fc8e.zip
After having to update the code for someone els...
After having to update the code for someone else, ran damarau levenshtein on trunk again. Patchwise, I guess correcting spelling errors in comments is about as safe as it gets. No review.
Diffstat (limited to 'src/library/scala/collection/mutable/SetLike.scala')
-rw-r--r--src/library/scala/collection/mutable/SetLike.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/mutable/SetLike.scala b/src/library/scala/collection/mutable/SetLike.scala
index a74f904aa3..c3bc106153 100644
--- a/src/library/scala/collection/mutable/SetLike.scala
+++ b/src/library/scala/collection/mutable/SetLike.scala
@@ -173,7 +173,7 @@ trait SetLike[A, +This <: SetLike[A, This] with Set[A]]
* $addDuplicates
*
* @param xs the traversable object.
- * @return a new set cconsisting of elements of this set and those in `xs`.
+ * @return a new set consisting of elements of this set and those in `xs`.
*/
@migration(2, 8,
"As of 2.8, this operation creates a new set. To add the elements as a\n"+