diff options
-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 |