testing2/docdiff.scala
changeset 283 ef5f62bf5987
parent 211 092e0879a5ae
child 320 cdfb2ce30a3d
--- a/testing2/docdiff.scala	Tue Oct 29 14:34:51 2019 +0000
+++ b/testing2/docdiff.scala	Tue Oct 29 23:56:13 2019 +0000
@@ -1,8 +1,8 @@
-// Part 1 about Code Similarity
-//==============================
+// Preliminary Part about Code Similarity
+//========================================
 
 
-//object CW7a { // for purposes of generating a jar
+object CW7a { // for purposes of generating a jar
 
 //(1) Complete the clean function below. It should find
 //    all words in a string using the regular expression
@@ -114,4 +114,4 @@
 */
 
 
-//}
+}