tweak week12: caps
[lambda.git] / from_list_zippers_to_continuations.mdwn
index 59185df..713fe35 100644 (file)
@@ -216,7 +216,7 @@ the closest `'#'`.  This would allow our task to simulate delimited
 continuations with embedded `prompt`s (also called `reset`s).
 
 The reason the task is well-suited to the list zipper is in part
-because the list monad has an intimate connection with continuations.
+because the List monad has an intimate connection with continuations.
 We'll explore this next.