Typo fix
authorNeil Jerram <neil@ossau.uklinux.net>
Sun, 13 Feb 2011 22:34:12 +0000 (22:34 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Sun, 13 Feb 2011 22:34:12 +0000 (22:34 +0000)
* doc/ref/api-modules.texi (R6RS Libraries): "libraries
  implementation" -> "library implementation".

doc/ref/api-modules.texi

index 8e778c7..e0c10ae 100644 (file)
@@ -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