From 39af76b9533e130a97907a0809da92a39a65f081 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 20 Jul 2008 05:38:05 +0000 Subject: [PATCH] typo svn: r10842 --- collects/lazy/lazy.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/lazy/lazy.scrbl b/collects/lazy/lazy.scrbl index e325d8d27f..774888dccd 100644 --- a/collects/lazy/lazy.scrbl +++ b/collects/lazy/lazy.scrbl @@ -70,7 +70,7 @@ which will sequence things properly. (Note: This is similar to threading monads through your code---only use @scheme[begin] where order matters.) -Mizing lazy and strict code is simple: you just write the lazy code in +Mixing lazy and strict code is simple: you just write the lazy code in the lazy language, and strict code as usual. The lazy language treats imported functions (those that were not defined in the lazy language) as strict, and on the strict side you only need to force (possibly