[racket-dev] [PATCH 3/3] Add missing word

From: Eric Hanchrow (eric.hanchrow at gmail.com)
Date: Sat Oct 22 17:47:43 EDT 2011

---
 collects/scribblings/foreign/intro.scrbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/collects/scribblings/foreign/intro.scrbl b/collects/scribblings/foreign/intro.scrbl
index ba7912a..963c656 100644
--- a/collects/scribblings/foreign/intro.scrbl
+++ b/collects/scribblings/foreign/intro.scrbl
@@ -478,7 +478,7 @@ terminated.
 
 The @racketmodname[ffi/unsafe/alloc] library provides functions to
 connect resource-allocating functions and resource-releasing
-functions. The library then for finalization to release a resource if
+functions. The library then arranges for finalization to release a resource if
 it becomes inaccessible (according to the GC) before it is explicitly
 released. At the same time, the library handles tricky atomicity
 requirements to ensure that the finalization is properly registered
-- 
1.7.6.348.gbd207



Posted on the dev mailing list.