From d3eaf1588ca12637c48ee0c4471c24d9bde2b6fd Mon Sep 17 00:00:00 2001 From: Markus Hauck Date: Thu, 31 Mar 2016 18:06:48 +0200 Subject: Fix typo in the docs for the ++ method of Stream --- src/library/scala/collection/immutable/Stream.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/scala/collection/immutable/Stream.scala b/src/library/scala/collection/immutable/Stream.scala index d3d5af7678..d135bb29a8 100644 --- a/src/library/scala/collection/immutable/Stream.scala +++ b/src/library/scala/collection/immutable/Stream.scala @@ -357,7 +357,7 @@ sealed abstract class Stream[+A] extends AbstractSeq[A] * `List(BigInt(12)) ++ fibs`. * * @tparam B The element type of the returned collection.'''That''' - * @param that The [[scala.collection.GenTraversableOnce]] the be concatenated + * @param that The [[scala.collection.GenTraversableOnce]] to be concatenated * to this `Stream`. * @return A new collection containing the result of concatenating `this` with * `that`. -- cgit v1.2.3