chomp more whitespace
[lambda.git] / exercises / assignment2.mdwn
index dff7cc2..9eaa205 100644 (file)
@@ -51,11 +51,11 @@ In Racket, these functions can be defined like this:
 
 15. Define a `neg` operator that negates `true` and `false`.
 
-    Expected behavior: 
+    Expected behavior:
 
         (((neg true) 10) 20)
 
-    evaluates to `20`, and 
+    evaluates to `20`, and
 
         (((neg false) 10) 20)