8000 Merge pull request #266 from pmoret/master · techaddict/scala.github.com@3768236 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3768236

Browse files
committed
Merge pull request scala#266 from pmoret/master
corrected a typo
2 parents 5c34288 + 40a3127 commit 3768236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/collections/conversions-between-java-and-scala-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Internally, these conversion work by setting up a "wrapper" object that forwards
4444
The are some other common Scala collections than can also be converted to Java types, but which to not have a corresponding conversion in the other sense. These are:
4545

4646
Seq => java.util.List
47-
mutable.Seq => java.utl.List
47+
mutable.Seq => java.util.List
4848
Set => java.util.Set
4949
Map => java.util.Map
5050

0 commit comments

Comments
 (0)
0