diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-13 22:34:12 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2011-02-13 22:34:12 +0000 |
commit | c8eb2797999877e92db96709f8545558e2139b54 (patch) | |
tree | 68cede97cdbb429839e6864092ade1179fa7cde0 /doc/ref/api-modules.texi | |
parent | 4f04896d6ea09d87f1b80941f818dde61d49f13c (diff) | |
download | guile-c8eb2797999877e92db96709f8545558e2139b54.tar.gz |
Typo fix
* doc/ref/api-modules.texi (R6RS Libraries): "libraries
implementation" -> "library implementation".
Diffstat (limited to 'doc/ref/api-modules.texi')
-rw-r--r-- | doc/ref/api-modules.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |