8000 Merge pull request scala/scala#11008 from SethTisue/not-copied · scala/scala3@5d9a65d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d9a65d

Browse files
authored
Merge pull request scala/scala#11008 from SethTisue/not-copied
collections Scaladoc: fix an awkward wording
2 parents 21fd74a + ce1dab9 commit 5d9a65d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/src/scala/jdk/CollectionConverters.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import scala.collection.convert.{AsJavaExtensions, AsScalaExtensions}
2828
* }}}
2929
*
3030
* The conversions return adapters for the corresponding API, i.e., the collections are wrapped,
31-
* not converted. Changes to the original collection are reflected in the view, and vice versa:
31+
* not copied. Changes to the original collection are reflected in the view, and vice versa:
3232
*
3333
* {{{
3434
* scala> import scala.jdk.CollectionConverters._

library/src/scala/jdk/javaapi/CollectionConverters.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import scala.collection.convert.{AsJavaConverters, AsScalaConverters}
3434
* }}}
3535
*
3636
* The conversions return adapters for the corresponding API, i.e., the collections are wrapped,
37-
* not converted. Changes to the original collection are reflected in the view, and vice versa.
37+
* not copied. Changes to the original collection are reflected in the view, and vice versa.
3838
*
3939
* The following conversions are supported via `asScala` and `asJava`:
4040
*

0 commit comments

Comments
 (0)
0