assignment 3 clarification
[lambda.git] / assignment3.mdwn
index df06d52..f84d07f 100644 (file)
@@ -107,7 +107,7 @@ be your base case for your recursive functions that operate on these
 trees.
 
 <OL start=6>
-<LI>Write a function that sums the number of leaves in a tree.
+<LI>Write a function that sums the values at the leaves in a tree.
 
 Expected behavior: