manip trees typo
[lambda.git] / manipulating_trees_with_monads.mdwn
index 73174fd..47fa6f0 100644 (file)
@@ -329,7 +329,7 @@ In a moment, we'll return to the same-fringe problem.  Since the
 simple but inefficient way to solve it is to map each tree to a list
 of its leaves, this transformation is on the path to a more efficient
 solution.  We'll just have to figure out how to postpone computing the
-tail of the list until its needed...
+tail of the list until it's needed...
 
 The Continuation monad is amazingly flexible; we can use it to
 simulate some of the computations performed above.  To see how, first