We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe99c88 + d3eaf15 commit ad36185Copy full SHA for ad36185
src/library/scala/collection/immutable/Stream.scala
@@ -357,7 +357,7 @@ sealed abstract class Stream[+A] extends AbstractSeq[A]
357
* `List(BigInt(12)) ++ fibs`.
358
*
359
* @tparam B The element type of the returned collection.'''That'''
360
- * @param that The [[scala.collection.GenTraversableOnce]] the be concatenated
+ * @param that The [[scala.collection.GenTraversableOnce]] to be concatenated
361
* to this `Stream`.
362
* @return A new collection containing the result of concatenating `this` with
363
* `that`.
0 commit comments