cws/disclaimer.sty
changeset 169 8a1bd8ddb96c
parent 166 284a0f869e48
child 174 dd7acea3f9ec
--- a/cws/disclaimer.sty	Tue Jan 16 10:47:29 2018 +0000
+++ b/cws/disclaimer.sty	Fri Jan 19 14:09:08 2018 +0000
@@ -17,7 +17,7 @@
 \texttt{Array}s or \texttt{ListBuffer}s, for example. 
 
 \item Do not use \texttt{return} in your code! It has a different
-  meaning in Scala, than in Java.
+  meaning in Scala than in Java.
 
 \item Do not use \texttt{var}! This declares a mutable variable. Only
   use \texttt{val}!