From 8f4a975aa07456a9fb93341a421eaf22942bbc20 Mon Sep 17 00:00:00 2001 From: Andy Aylward Date: Fri, 5 Feb 2021 09:48:13 -0500 Subject: [PATCH] Update scala-features.md removed what appears to be a typo -- it runs in https://scastie.scala-lang.org/wuvHr09eR7mMrYpXSD3QSQ --- _overviews/scala3-book/scala-features.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_overviews/scala3-book/scala-features.md b/_overviews/scala3-book/scala-features.md index 60a7a0e5ac..6bb3e70eb0 100644 --- a/_overviews/scala3-book/scala-features.md +++ b/_overviews/scala3-book/scala-features.md @@ -57,8 +57,6 @@ def double(ints: List[Int]): List[Int] = { buffer += i * 2 } buffer.toList - foo - bar } val newNumbers = double(oldNumbers)