assignment 3 clarification
authorJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 20:47:21 +0000 (16:47 -0400)
committerJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 20:47:21 +0000 (16:47 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
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>
 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:
 
 
 Expected behavior: