Skip to content

Commit 6623c40

Browse files
committed
fix JavaConverters example code
scala@1c65114
1 parent 2b49d71 commit 6623c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/collection/JavaConverters.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import convert._
5858
* vs: java.util.List[String] = [hi, bye]
5959
*
6060
* scala> val ss = asScalaIterator(vs.iterator)
61-
* ss: Iterator[String] = non-empty iterator
61+
* ss: Iterator[String] = <iterator>
6262
*
6363
* scala> .toList
6464
* res0: List[String] = List(hi, bye)

0 commit comments

Comments
 (0)