assignment 2 tweak
authorJim Pryor <profjim@jimpryor.net>
Mon, 20 Sep 2010 11:11:52 +0000 (07:11 -0400)
committerJim Pryor <profjim@jimpryor.net>
Mon, 20 Sep 2010 11:11:52 +0000 (07:11 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
assignment2.mdwn

index 4f80620..65fe479 100644 (file)
@@ -103,6 +103,6 @@ Given the primitive arithmetic functions above, how would you implement the less
        less-than-or-equal two one ~~> false
        less-than-or-equal two two ~~> true
 
        less-than-or-equal two one ~~> false
        less-than-or-equal two two ~~> true
 
-You'll need to make use of the predecessor function, but it's not important to understand how the implementation we gave above works. You can treat it as a black box.
+You'll need to make use of the predecessor function, but it's not essential to understand how the implementation we gave above works. You can treat it as a black box.
 </OL>
 
 </OL>