summaryrefslogtreecommitdiff
path: root/artima
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-04-21 07:01:16 +0000
committermichele.simionato <devnull@localhost>2009-04-21 07:01:16 +0000
commit590505a9d2d2184d88755465f3365c965a8b4a77 (patch)
tree2d4dd300714ed411d9bed900f4570094bd731ac9 /artima
parent0f21bfc8700b005e3426c8db16ae13ee65669309 (diff)
downloadmicheles-590505a9d2d2184d88755465f3365c965a8b4a77.tar.gz
Minor fix
Diffstat (limited to 'artima')
-rw-r--r--artima/scheme/scheme19.ss2
1 files changed, 1 insertions, 1 deletions
diff --git a/artima/scheme/scheme19.ss b/artima/scheme/scheme19.ss
index 525aa16..12df158 100644
--- a/artima/scheme/scheme19.ss
+++ b/artima/scheme/scheme19.ss
@@ -171,7 +171,7 @@ interprets the script and its dependencies on the fly. The command
compiles the script and its dependencies, and stores the compiled file
in the *collects* directory, which on my system is in
-``$HOME/.plt-scheme/4.1.2/collects``. To each script corresponds a
+``$HOME/.plt-scheme/4.1.2/collects``. Each library has its own
directory of compiled files.
Compiling is not the same than executing