main_templates5/bf.scala
changeset 400 e48ea8300b2d
parent 399 b17a98b0c52f
child 428 cdfa6a293453
--- 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._