Skip to content

Commit ad36185

Browse files
committed
Merge pull request scala#5070 from markus1189/stream-docs
Fix typo in the docs for the ++ method of Stream
2 parents fe99c88 + d3eaf15 commit ad36185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/collection/immutable/Stream.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ sealed abstract class Stream[+A] extends AbstractSeq[A]
357357
* `List(BigInt(12)) ++ fibs`.
358358
*
359359
* @tparam B The element type of the returned collection.'''That'''
360-
* @param that The [[scala.collection.GenTraversableOnce]] the be concatenated
360+
* @param that The [[scala.collection.GenTraversableOnce]] to be concatenated
361361
* to this `Stream`.
362362
* @return A new collection containing the result of concatenating `this` with
363363
* `that`.

0 commit comments

Comments
 (0)