From c8eb2797999877e92db96709f8545558e2139b54 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Sun, 13 Feb 2011 22:34:12 +0000 Subject: [PATCH] Typo fix * doc/ref/api-modules.texi (R6RS Libraries): "libraries implementation" -> "library implementation". --- doc/ref/api-modules.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi index 8e778c735..e0c10ae51 100644 --- a/doc/ref/api-modules.texi +++ b/doc/ref/api-modules.texi @@ -813,7 +813,7 @@ as a mechanism by which a library author can indicate that a particular library import should take place at a particular phase with respect to the lifecycle of the importing library. -Guile's libraries implementation uses a technique called +Guile's library implementation uses a technique called @dfn{implicit phasing} (first described by Abdulaziz Ghuloum and R. Kent Dybvig), which allows the expander and compiler to automatically determine the necessary visibility of a binding imported from another