diff -r d04b8569f124 -r bf47dbac07f8 main_templates5/bf.scala --- a/main_templates5/bf.scala Sat Nov 06 00:06:39 2021 +0000 +++ b/main_templates5/bf.scala Mon Nov 08 00:17:50 2021 +0000 @@ -12,9 +12,9 @@ // (1) Write a function that takes a file name as argument and -// and requests the corresponding file from disk. It Returns the +// and requests the corresponding file from disk. It returns the // content of the file as a String. If the file does not exists, -// the function should Return the empty string. +// the function should return the empty string. import io.Source import scala.util._